COLOR #CCA09D

HEX: #CCA09D RGB: (204,160,157)

Color info

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

RGB color model

#CCA09D color RGB value is (204,160,157).

RGB: (204,160,157) (80%, 63%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 157 of 255 = 62%

204
160
157

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

Portions of RGB colors in percentages

R + G + B = 204 + 160 + 157 = 521 (100%)
R 204 of 521 ~ 39.16%
G 160 of 521 ~ 30.71%
B 157 of 521 ~ 30.13'%

%39.16
%30.71
%30.13

CMYK color model

#CCA09D color CMYK value is (0,22,23,20).

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

CMYK: (0,22,23,20)
C0M22Y23K20 (0%, 22%, 23%, 20%)
(0.00 / 0.22 / 0.23 / 0.20)

CMYK percentages

%0
%21.57
%23.04
%20

Codes

Color #CCA09D in popluar color models

CC A0 9D
RGB 204 160 157
HSL 31.54% 70.78%
HSB/HSV 23.04% 80.00%
CMYK 0.00% 21.57% 23.04%
20.00%

Color #CCA09D in popluar number systems.

HEX CC A0 9D
Decimal 204 160 157
Binary 11001100 10100000 10011101
Octal 314 240 235

Shades and tints

Shades of #CCA09D

#CCA09D
(204,160,157)
#BA928F
(186,146,143)
#A88481
(168,132,129)
#967673
(150,118,115)
#846865
(132,104,101)
#725A57
(114,90,87)
#604C49
(96,76,73)
#4E3E3B
(78,62,59)
#3C302D
(60,48,45)
#2A221F
(42,34,31)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCA09D

#CCA09D
(204,160,157)
#D0A8A5
(208,168,165)
#D4B0AD
(212,176,173)
#D8B8B5
(216,184,181)
#DCC0BD
(220,192,189)
#E0C8C5
(224,200,197)
#E4D0CD
(228,208,205)
#E8D8D5
(232,216,213)
#ECE0DD
(236,224,221)
#F0E8E5
(240,232,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA09D; }

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

This text font color is #CCA09D.

Background Color

.myBgColor { background-color: #CCA09D; }

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

This div background color is #CCA09D.

Border color

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

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

This div border color is #CCA09D.

Opacity

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

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

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

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

This text has shadow with #CCA09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA09D.

Preview

Color preview on black background

This text has color #CCA09D on black background.


Color preview on white background

This text has color #CCA09D on white background.


Black color preview on #CCA09D background

This text has black color on #CCA09D background.


White color preview on #CCA09D background

This text has white color on #CCA09D background.


Related colors

Complementary color

Complementary color for #hex is #335F62.


I love getcolorcode.com

Triadic colors

1 #9DCCA0 and #A09DCC with #CCA09D are triadic colors.

2 #9DA0CC and #A0CC9D with #CCA09D are triadic colors.