COLOR #C19C81

HEX: #C19C81 RGB: (193,156,129)

Color info

#C19C81 contains mainly red and green colors. Web safe color of #C19C81 is #CC9999 (or #C99).

RGB color model

#C19C81 color RGB value is (193,156,129).

RGB: (193,156,129) (76%, 61%, 51%)

RGB channels and saturation

R 193 of 255 = 76%
G 156 of 255 = 61%
B 129 of 255 = 51%

193
156
129

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

Portions of RGB colors in percentages

R + G + B = 193 + 156 + 129 = 478 (100%)
R 193 of 478 ~ 40.38%
G 156 of 478 ~ 32.64%
B 129 of 478 ~ 26.99'%

%40.38
%32.64
%26.99

CMYK color model

#C19C81 color CMYK value is (0,19,33,24).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 33.16%
  • key color value is 24.31%

CMYK: (0,19,33,24)
C0M19Y33K24 (0%, 19%, 33%, 24%)
(0.00 / 0.19 / 0.33 / 0.24)

CMYK percentages

%0
%19.17
%33.16
%24.31

Codes

Color #C19C81 in popluar color models

C1 9C 81
RGB 193 156 129
HSL 25° 34.04% 63.14%
HSB/HSV 25° 33.16% 75.69%
CMYK 0.00% 19.17% 33.16%
24.31%

Color #C19C81 in popluar number systems.

HEX C1 9C 81
Decimal 193 156 129
Binary 11000001 10011100 10000001
Octal 301 234 201

Shades and tints

Shades of #C19C81

#C19C81
(193,156,129)
#B08E76
(176,142,118)
#9F806B
(159,128,107)
#8E7260
(142,114,96)
#7D6455
(125,100,85)
#6C564A
(108,86,74)
#5B483F
(91,72,63)
#4A3A34
(74,58,52)
#392C29
(57,44,41)
#281E1E
(40,30,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #C19C81

#C19C81
(193,156,129)
#C6A58C
(198,165,140)
#CBAE97
(203,174,151)
#D0B7A2
(208,183,162)
#D5C0AD
(213,192,173)
#DAC9B8
(218,201,184)
#DFD2C3
(223,210,195)
#E4DBCE
(228,219,206)
#E9E4D9
(233,228,217)
#EEEDE4
(238,237,228)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19C81 color. Also use rgb(193,156,129) instead hex code.

Text Font Color

.myTextColor { color: #C19C81; }

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

This text font color is #C19C81.

Background Color

.myBgColor { background-color: #C19C81; }

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

This div background color is #C19C81.

Border color

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

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

This div border color is #C19C81.

Opacity

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

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

Text with #C19C81 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 #C19C81;}

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

This text has shadow with #C19C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19C81.

Preview

Color preview on black background

This text has color #C19C81 on black background.


Color preview on white background

This text has color #C19C81 on white background.


Black color preview on #C19C81 background

This text has black color on #C19C81 background.


White color preview on #C19C81 background

This text has white color on #C19C81 background.


Related colors

Complementary color

Complementary color for #hex is #3E637E.


I love getcolorcode.com

Triadic colors

1 #81C19C and #9C81C1 with #C19C81 are triadic colors.

2 #819CC1 and #9CC181 with #C19C81 are triadic colors.