COLOR #CCAD70

HEX: #CCAD70
RGB: (204,173,112)

Color info

#CCAD70 contains mainly red and green colors. Web safe color of #CCAD70 is #CC9966 (or #C96).

RGB color model

#CCAD70 color RGB value is (204,173,112).

  • red value is 204;
  • green value is 173;
  • blue value is 112.
RGB:
(204,173,112)
(80%,68%,44%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 112 of 255 = 44%

204
173
112

R + G + B ~ 64%. #CCAD70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 173 + 112 = 489 (100%)
R 204 of 489 ~ 41.72%
G 173 of 489 ~ 35.38%
B 112 of 489 ~ 22.9%

%41.72
%35.38
%22.9

CMYK color model

#CCAD70 color CMYK value is (0,15,45,20).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 45.10%
  • key color value is 20.00%
CMYK:
(0,15,45,20)
C0M15Y45K20 
(0%,15%,45%,20%)
(0.00/0.15/0.45/0.20)	

CMYK percentages

%0
%15.2
%45.1
%20

Codes

Color #CCAD70 in popluar color models

CCAD70
RGB204173112
HSL40°47.42%61.96%
HSB/HSV40°45.10%80.00%
CMYK0.00%15.20%45.10%
20.00%

Color #CCAD70 in popluar number systems.

HEXCCAD70
Decimal204173112
Binary11001100101011011110000
Octal314255160

Shades and tints

Shades of #CCAD70

#CCAD70
(204,173,112)
#BA9E66
(186,158,102)
#A88F5C
(168,143,92)
#968052
(150,128,82)
#847148
(132,113,72)
#72623E
(114,98,62)
#605334
(96,83,52)
#4E442A
(78,68,42)
#3C3520
(60,53,32)
#2A2616
(42,38,22)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #CCAD70

#CCAD70
(204,173,112)
#D0B47D
(208,180,125)
#D4BB8A
(212,187,138)
#D8C297
(216,194,151)
#DCC9A4
(220,201,164)
#E0D0B1
(224,208,177)
#E4D7BE
(228,215,190)
#E8DECB
(232,222,203)
#ECE5D8
(236,229,216)
#F0ECE5
(240,236,229)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAD70 color. Also use rgb(204,173,112) instead hex code.

Text Font Color

.myTextColor { color: #CCAD70; }

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

This text font color is #CCAD70.


Background Color

.myBgColor { background-color: #CCAD70; }

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

This div background color is #CCAD70.


Border color

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

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

This div border color is #CCAD70.


Opacity

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

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

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

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

This text has shadow with #CCAD70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAD70 on black background.


Color preview on white background

This text has color #CCAD70 on white background.



Black color preview on #CCAD70 background

This text has black color on #CCAD70 background.


White color preview on #CCAD70 background

This text has white color on #CCAD70 background.