COLOR #CAC876

HEX: #CAC876
RGB: (202,200,118)

Color info

#CAC876 contains mainly red and green colors. Web safe color of #CAC876 is #CCCC66 (or #CC6).

RGB color model

#CAC876 color RGB value is (202,200,118).

  • red value is 202;
  • green value is 200;
  • blue value is 118.
RGB:
(202,200,118)
(79%,78%,46%)

RGB channels and saturation

R 202 of 255 = 79%
G 200 of 255 = 78%
B 118 of 255 = 46%

202
200
118

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

Portions of RGB colors in percentages

R + G + B =
202 + 200 + 118 = 520 (100%)
R 202 of 520 ~ 38.85%
G 200 of 520 ~ 38.46%
B 118 of 520 ~ 22.69%

%38.85
%38.46
%22.69

CMYK color model

#CAC876 color CMYK value is (0,1,42,21).

  • cyan value is 0.00%
  • magenta value is 0.99%
  • yellow value is 41.58%
  • key color value is 20.78%
CMYK:
(0,1,42,21)
C0M1Y42K21 
(0%,1%,42%,21%)
(0.00/0.01/0.42/0.21)	

CMYK percentages

%0
%0.99
%41.58
%20.78

Codes

Color #CAC876 in popluar color models

CAC876
RGB202200118
HSL59°44.21%62.75%
HSB/HSV59°41.58%79.22%
CMYK0.00%0.99%41.58%
20.78%

Color #CAC876 in popluar number systems.

HEXCAC876
Decimal202200118
Binary11001010110010001110110
Octal312310166

Shades and tints

Shades of #CAC876

#CAC876
(202,200,118)
#B8B66C
(184,182,108)
#A6A462
(166,164,98)
#949258
(148,146,88)
#82804E
(130,128,78)
#706E44
(112,110,68)
#5E5C3A
(94,92,58)
#4C4A30
(76,74,48)
#3A3826
(58,56,38)
#28261C
(40,38,28)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #CAC876

#CAC876
(202,200,118)
#CECD82
(206,205,130)
#D2D28E
(210,210,142)
#D6D79A
(214,215,154)
#DADCA6
(218,220,166)
#DEE1B2
(222,225,178)
#E2E6BE
(226,230,190)
#E6EBCA
(230,235,202)
#EAF0D6
(234,240,214)
#EEF5E2
(238,245,226)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC876 color. Also use rgb(202,200,118) instead hex code.

Text Font Color

.myTextColor { color: #CAC876; }

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

This text font color is #CAC876.


Background Color

.myBgColor { background-color: #CAC876; }

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

This div background color is #CAC876.


Border color

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

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

This div border color is #CAC876.


Opacity

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

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

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

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

This text has shadow with #CAC876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC876 on black background.


Color preview on white background

This text has color #CAC876 on white background.



Black color preview on #CAC876 background

This text has black color on #CAC876 background.


White color preview on #CAC876 background

This text has white color on #CAC876 background.