COLOR #CCAC66

HEX: #CCAC66 RGB: (204,172,102)

Color info

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

RGB color model

#CCAC66 color RGB value is (204,172,102).

RGB: (204,172,102) (80%, 67%, 40%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 102 of 255 = 40%

204
172
102

R + G + B ~ 62%. #CCAC66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 172 + 102 = 478 (100%)
R 204 of 478 ~ 42.68%
G 172 of 478 ~ 35.98%
B 102 of 478 ~ 21.34'%

%42.68
%35.98
%21.34

CMYK color model

#CCAC66 color CMYK value is (0,16,50,20).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 50.00%
  • key color value is 20.00%

CMYK: (0,16,50,20)
C0M16Y50K20 (0%, 16%, 50%, 20%)
(0.00 / 0.16 / 0.50 / 0.20)

CMYK percentages

%0
%15.69
%50
%20

Codes

Color #CCAC66 in popluar color models

CC AC 66
RGB 204 172 102
HSL 41° 50.00% 60.00%
HSB/HSV 41° 50.00% 80.00%
CMYK 0.00% 15.69% 50.00%
20.00%

Color #CCAC66 in popluar number systems.

HEX CC AC 66
Decimal 204 172 102
Binary 11001100 10101100 1100110
Octal 314 254 146

Shades and tints

Shades of #CCAC66

#CCAC66
(204,172,102)
#BA9D5D
(186,157,93)
#A88E54
(168,142,84)
#967F4B
(150,127,75)
#847042
(132,112,66)
#726139
(114,97,57)
#605230
(96,82,48)
#4E4327
(78,67,39)
#3C341E
(60,52,30)
#2A2515
(42,37,21)
#18160C
(24,22,12)
#000000
(0,0,0)

Tints of #CCAC66

#CCAC66
(204,172,102)
#D0B373
(208,179,115)
#D4BA80
(212,186,128)
#D8C18D
(216,193,141)
#DCC89A
(220,200,154)
#E0CFA7
(224,207,167)
#E4D6B4
(228,214,180)
#E8DDC1
(232,221,193)
#ECE4CE
(236,228,206)
#F0EBDB
(240,235,219)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAC66 color. Also use rgb(204,172,102) instead hex code.

Text Font Color

.myTextColor { color: #CCAC66; }

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

This text font color is #CCAC66.

Background Color

.myBgColor { background-color: #CCAC66; }

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

This div background color is #CCAC66.

Border color

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

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

This div border color is #CCAC66.

Opacity

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

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

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

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

This text has shadow with #CCAC66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAC66.

Preview

Color preview on black background

This text has color #CCAC66 on black background.


Color preview on white background

This text has color #CCAC66 on white background.


Black color preview on #CCAC66 background

This text has black color on #CCAC66 background.


White color preview on #CCAC66 background

This text has white color on #CCAC66 background.


Related colors

Complementary color

Complementary color for #hex is #335399.


I love getcolorcode.com

Triadic colors

1 #66CCAC and #AC66CC with #CCAC66 are triadic colors.

2 #66ACCC and #ACCC66 with #CCAC66 are triadic colors.