COLOR #CCA19A

HEX: #CCA19A
RGB: (204,161,154)

Color info

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

RGB color model

#CCA19A color RGB value is (204,161,154).

  • red value is 204;
  • green value is 161;
  • blue value is 154.
RGB:
(204,161,154)
(80%,63%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 161 of 255 = 63%
B 154 of 255 = 60%

204
161
154

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

Portions of RGB colors in percentages

R + G + B =
204 + 161 + 154 = 519 (100%)
R 204 of 519 ~ 39.31%
G 161 of 519 ~ 31.02%
B 154 of 519 ~ 29.67%

%39.31
%31.02
%29.67

CMYK color model

#CCA19A color CMYK value is (0,21,25,20).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(0,21,25,20)
C0M21Y25K20 
(0%,21%,25%,20%)
(0.00/0.21/0.25/0.20)	

CMYK percentages

%0
%21.08
%24.51
%20

Codes

Color #CCA19A in popluar color models

CCA19A
RGB204161154
HSL32.89%70.20%
HSB/HSV24.51%80.00%
CMYK0.00%21.08%24.51%
20.00%

Color #CCA19A in popluar number systems.

HEXCCA19A
Decimal204161154
Binary110011001010000110011010
Octal314241232

Shades and tints

Shades of #CCA19A

#CCA19A
(204,161,154)
#BA938C
(186,147,140)
#A8857E
(168,133,126)
#967770
(150,119,112)
#846962
(132,105,98)
#725B54
(114,91,84)
#604D46
(96,77,70)
#4E3F38
(78,63,56)
#3C312A
(60,49,42)
#2A231C
(42,35,28)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #CCA19A

#CCA19A
(204,161,154)
#D0A9A3
(208,169,163)
#D4B1AC
(212,177,172)
#D8B9B5
(216,185,181)
#DCC1BE
(220,193,190)
#E0C9C7
(224,201,199)
#E4D1D0
(228,209,208)
#E8D9D9
(232,217,217)
#ECE1E2
(236,225,226)
#F0E9EB
(240,233,235)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA19A color. Also use rgb(204,161,154) instead hex code.

Text Font Color

.myTextColor { color: #CCA19A; }

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

This text font color is #CCA19A.


Background Color

.myBgColor { background-color: #CCA19A; }

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

This div background color is #CCA19A.


Border color

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

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

This div border color is #CCA19A.


Opacity

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

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

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

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

This text has shadow with #CCA19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA19A on black background.


Color preview on white background

This text has color #CCA19A on white background.



Black color preview on #CCA19A background

This text has black color on #CCA19A background.


White color preview on #CCA19A background

This text has white color on #CCA19A background.