COLOR #C4958A

HEX: #C4958A
RGB: (196,149,138)

Renk bilgisi

#C4958A contains red, green and blue colors in about the same proportion. #C4958A ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C4958A color RGB value is (196,149,138).

  • kırmız ton 196;
  • yeşil ton 149;
  • mavi ton 138.
RGB:
(196,149,138)
(77%,58%,54%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 149 of 255 = 58%
B 138 of 255 = 54%

196
149
138

R + G + B ~ 63%. #C4958A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 149 + 138 = 483 (100%)
R 196 of 483 ~ 40.58%
G 149 of 483 ~ 30.85%
B 138 of 483 ~ 28.57%

%40.58
%30.85
%28.57

CMYK RENK MODELİ

#C4958A rengi CMYK tonu (0,24,30,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.98%
  • sarı tonu 29.59%
  • ana renk tonu 23.14%
CMYK:
(0,24,30,23)
C0M24Y30K23 
(0%,24%,30%,23%)
(0.00/0.24/0.30/0.23)	

CMYK yüzdeleri

%0
%23.98
%29.59
%23.14

Codes

Color #C4958A in popluar color models

C4958A
RGB196149138
HSL11°32.95%65.49%
HSB/HSV11°29.59%76.86%
CMYK0.00%23.98%29.59%
23.14%

Color #C4958A in popluar number systems.

HEXC4958A
Decimal196149138
Binary110001001001010110001010
Octal304225212

Shades and tints

Shades of #C4958A

#C4958A
(196,149,138)
#B3887E
(179,136,126)
#A27B72
(162,123,114)
#916E66
(145,110,102)
#80615A
(128,97,90)
#6F544E
(111,84,78)
#5E4742
(94,71,66)
#4D3A36
(77,58,54)
#3C2D2A
(60,45,42)
#2B201E
(43,32,30)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #C4958A

#C4958A
(196,149,138)
#C99E94
(201,158,148)
#CEA79E
(206,167,158)
#D3B0A8
(211,176,168)
#D8B9B2
(216,185,178)
#DDC2BC
(221,194,188)
#E2CBC6
(226,203,198)
#E7D4D0
(231,212,208)
#ECDDDA
(236,221,218)
#F1E6E4
(241,230,228)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4958A color. Also use rgb(196,149,138) instead hex code.

Text Font Color

.myTextColor { color: #C4958A; }

<p style="color:#C4958A">This sample text font color is #C4958A.</p>

This text font color is #C4958A.


Background Color

.myBgColor { background-color: #C4958A; }

<div style="background-color:#C4958A">Inner text</div>

This div background color is #C4958A.


Border color

.myBorderColor { border: 1px solid #C4958A; }

<div style="border:3px solid #C4958A">Div</div>

This div border color is #C4958A.


Opacity

.myOpacity80 { color: #C4958A; opacity: 0.8; }

<p style="color:#C4958A;opacity:0.8;">80%</p>

Text with #C4958A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C4958A;}

<p style="text-shadow: 3px 3px 1px #C4958A">Text here.</p>

This text has shadow with #C4958A color.

.textShadow {text-shadow: 3px 3px 1px #C4958A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C4958A, 5px 5px 20px red">Text here.</p>

This text has shadow with #C4958A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4958A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C4958A, Direction=45, Strength=4)">Text</p>

This text has shadow with #C4958A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C4958A;
  -webkit-box-shadow:	1px 1px 3px 2px #C4958A;
  box-shadow:		1px 1px 3px 2px #C4958A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4958A;
-webkit-box-shadow: 1px 1px 3px 2px #C4958A;
box-shadow:1px 1px 3px 2px #C4958A;">
Div content here</div>
This div box has shadow with color #C4958A.

Preview

Color preview on black background

This text has color #C4958A on black background.


Color preview on white background

This text has color #C4958A on white background.



Black color preview on #C4958A background

This text has black color on #C4958A background.


White color preview on #C4958A background

This text has white color on #C4958A background.