COLOR #CCA08C

HEX: #CCA08C RGB: (204,160,140)

Color info

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

RGB color model

#CCA08C color RGB value is (204,160,140).

RGB: (204,160,140) (80%, 63%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 140 of 255 = 55%

204
160
140

R + G + B ~ 66%. #CCA08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 160 + 140 = 504 (100%)
R 204 of 504 ~ 40.48%
G 160 of 504 ~ 31.75%
B 140 of 504 ~ 27.78'%

%40.48
%31.75
%27.78

CMYK color model

#CCA08C color CMYK value is (0,22,31,20).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 31.37%
  • key color value is 20.00%

CMYK: (0,22,31,20)
C0M22Y31K20 (0%, 22%, 31%, 20%)
(0.00 / 0.22 / 0.31 / 0.20)

CMYK percentages

%0
%21.57
%31.37
%20

Codes

Color #CCA08C in popluar color models

CC A0 8C
RGB 204 160 140
HSL 19° 38.55% 67.45%
HSB/HSV 19° 31.37% 80.00%
CMYK 0.00% 21.57% 31.37%
20.00%

Color #CCA08C in popluar number systems.

HEX CC A0 8C
Decimal 204 160 140
Binary 11001100 10100000 10001100
Octal 314 240 214

Shades and tints

Shades of #CCA08C

#CCA08C
(204,160,140)
#BA9280
(186,146,128)
#A88474
(168,132,116)
#967668
(150,118,104)
#84685C
(132,104,92)
#725A50
(114,90,80)
#604C44
(96,76,68)
#4E3E38
(78,62,56)
#3C302C
(60,48,44)
#2A2220
(42,34,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCA08C

#CCA08C
(204,160,140)
#D0A896
(208,168,150)
#D4B0A0
(212,176,160)
#D8B8AA
(216,184,170)
#DCC0B4
(220,192,180)
#E0C8BE
(224,200,190)
#E4D0C8
(228,208,200)
#E8D8D2
(232,216,210)
#ECE0DC
(236,224,220)
#F0E8E6
(240,232,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA08C color. Also use rgb(204,160,140) instead hex code.

Text Font Color

.myTextColor { color: #CCA08C; }

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

This text font color is #CCA08C.

Background Color

.myBgColor { background-color: #CCA08C; }

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

This div background color is #CCA08C.

Border color

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

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

This div border color is #CCA08C.

Opacity

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

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

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

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

This text has shadow with #CCA08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA08C.

Preview

Color preview on black background

This text has color #CCA08C on black background.


Color preview on white background

This text has color #CCA08C on white background.


Black color preview on #CCA08C background

This text has black color on #CCA08C background.


White color preview on #CCA08C background

This text has white color on #CCA08C background.


Related colors

Complementary color

Complementary color for #hex is #335F73.


I love getcolorcode.com

Triadic colors

1 #8CCCA0 and #A08CCC with #CCA08C are triadic colors.

2 #8CA0CC and #A0CC8C with #CCA08C are triadic colors.