COLOR #CCC88A

HEX: #CCC88A RGB: (204,200,138)

Color info

#CCC88A contains mainly red and green colors. Web safe color of #CCC88A is #CCCC99 (or #CC9).

RGB color model

#CCC88A color RGB value is (204,200,138).

RGB: (204,200,138) (80%, 78%, 54%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 138 of 255 = 54%

204
200
138

R + G + B ~ 71%. #CCC88A is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 138 = 542 (100%)
R 204 of 542 ~ 37.64%
G 200 of 542 ~ 36.9%
B 138 of 542 ~ 25.46'%

%37.64
%36.9
%25.46

CMYK color model

#CCC88A color CMYK value is (0,2,32,20).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK: (0,2,32,20) C0M2Y32K20 (0%,2%,32%,20%) (0.00/0.02/0.32/0.20) 

CMYK percentages

%0
%1.96
%32.35
%20

Codes

Color #CCC88A in popluar color models

CC C8 8A
RGB 204 200 138
HSL 56° 39.29% 67.06%
HSB/HSV 56° 32.35% 80.00%
CMYK 0.00% 1.96% 32.35%
20.00%

Color #CCC88A in popluar number systems.

HEX CC C8 8A
Decimal 204 200 138
Binary 11001100 11001000 10001010
Octal 314 310 212

Shades and tints

Shades of #CCC88A

#CCC88A
(204,200,138)
#BAB67E
(186,182,126)
#A8A472
(168,164,114)
#969266
(150,146,102)
#84805A
(132,128,90)
#726E4E
(114,110,78)
#605C42
(96,92,66)
#4E4A36
(78,74,54)
#3C382A
(60,56,42)
#2A261E
(42,38,30)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #CCC88A

#CCC88A
(204,200,138)
#D0CD94
(208,205,148)
#D4D29E
(212,210,158)
#D8D7A8
(216,215,168)
#DCDCB2
(220,220,178)
#E0E1BC
(224,225,188)
#E4E6C6
(228,230,198)
#E8EBD0
(232,235,208)
#ECF0DA
(236,240,218)
#F0F5E4
(240,245,228)
#F4FAEE
(244,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC88A color. Also use rgb(204,200,138) instead hex code.

Text Font Color

.myTextColor { color: #CCC88A; }

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

This text font color is #CCC88A.

Background Color

.myBgColor { background-color: #CCC88A; }

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

This div background color is #CCC88A.

Border color

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

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

This div border color is #CCC88A.

Opacity

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

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

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

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

This text has shadow with #CCC88A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC88A.

Preview

Color preview on black background

This text has color #CCC88A on black background.


Color preview on white background

This text has color #CCC88A on white background.


Black color preview on #CCC88A background

This text has black color on #CCC88A background.


White color preview on #CCC88A background

This text has white color on #CCC88A background.


Related colors

Complementary color

Complementary color for #hex is #333775.


I love getcolorcode.com

Triadic colors

1 #8ACCC8 and #C88ACC with #CCC88A are triadic colors.

2 #8AC8CC and #C8CC8A with #CCC88A are triadic colors.