COLOR #C19DAA

HEX: #C19DAA RGB: (193,157,170)

Color info

#C19DAA contains red, green and blue colors in about the same proportion. Web safe color of #C19DAA is #CC9999 (or #C99).

RGB color model

#C19DAA color RGB value is (193,157,170).

RGB: (193,157,170) (76%, 62%, 67%)

RGB channels and saturation

R 193 of 255 = 76%
G 157 of 255 = 62%
B 170 of 255 = 67%

193
157
170

R + G + B ~ 68%. #C19DAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 157 + 170 = 520 (100%)
R 193 of 520 ~ 37.12%
G 157 of 520 ~ 30.19%
B 170 of 520 ~ 32.69'%

%37.12
%30.19
%32.69

CMYK color model

#C19DAA color CMYK value is (0,19,12,24).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 11.92%
  • key color value is 24.31%

CMYK: (0,19,12,24)
C0M19Y12K24 (0%, 19%, 12%, 24%)
(0.00 / 0.19 / 0.12 / 0.24)

CMYK percentages

%0
%18.65
%11.92
%24.31

Codes

Color #C19DAA in popluar color models

C1 9D AA
RGB 193 157 170
HSL 338° 22.50% 68.63%
HSB/HSV 338° 18.65% 75.69%
CMYK 0.00% 18.65% 11.92%
24.31%

Color #C19DAA in popluar number systems.

HEX C1 9D AA
Decimal 193 157 170
Binary 11000001 10011101 10101010
Octal 301 235 252

Shades and tints

Shades of #C19DAA

#C19DAA
(193,157,170)
#B08F9B
(176,143,155)
#9F818C
(159,129,140)
#8E737D
(142,115,125)
#7D656E
(125,101,110)
#6C575F
(108,87,95)
#5B4950
(91,73,80)
#4A3B41
(74,59,65)
#392D32
(57,45,50)
#281F23
(40,31,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #C19DAA

#C19DAA
(193,157,170)
#C6A5B1
(198,165,177)
#CBADB8
(203,173,184)
#D0B5BF
(208,181,191)
#D5BDC6
(213,189,198)
#DAC5CD
(218,197,205)
#DFCDD4
(223,205,212)
#E4D5DB
(228,213,219)
#E9DDE2
(233,221,226)
#EEE5E9
(238,229,233)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19DAA color. Also use rgb(193,157,170) instead hex code.

Text Font Color

.myTextColor { color: #C19DAA; }

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

This text font color is #C19DAA.

Background Color

.myBgColor { background-color: #C19DAA; }

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

This div background color is #C19DAA.

Border color

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

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

This div border color is #C19DAA.

Opacity

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

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

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

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

This text has shadow with #C19DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19DAA.

Preview

Color preview on black background

This text has color #C19DAA on black background.


Color preview on white background

This text has color #C19DAA on white background.


Black color preview on #C19DAA background

This text has black color on #C19DAA background.


White color preview on #C19DAA background

This text has white color on #C19DAA background.


Related colors

Complementary color

Complementary color for #hex is #3E6255.


I love getcolorcode.com

Triadic colors

1 #AAC19D and #9DAAC1 with #C19DAA are triadic colors.

2 #AA9DC1 and #9DC1AA with #C19DAA are triadic colors.