COLOR #CAC064

HEX: #CAC064
RGB: (202,192,100)

Color info

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

RGB color model

#CAC064 color RGB value is (202,192,100).

  • red value is 202;
  • green value is 192;
  • blue value is 100.
RGB:
(202,192,100)
(79%,75%,39%)

RGB channels and saturation

R 202 of 255 = 79%
G 192 of 255 = 75%
B 100 of 255 = 39%

202
192
100

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

Portions of RGB colors in percentages

R + G + B =
202 + 192 + 100 = 494 (100%)
R 202 of 494 ~ 40.89%
G 192 of 494 ~ 38.87%
B 100 of 494 ~ 20.24%

%40.89
%38.87
%20.24

CMYK color model

#CAC064 color CMYK value is (0,5,50,21).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 50.50%
  • key color value is 20.78%
CMYK:
(0,5,50,21)
C0M5Y50K21 
(0%,5%,50%,21%)
(0.00/0.05/0.50/0.21)	

CMYK percentages

%0
%4.95
%50.5
%20.78

Codes

Color #CAC064 in popluar color models

CAC064
RGB202192100
HSL54°49.04%59.22%
HSB/HSV54°50.50%79.22%
CMYK0.00%4.95%50.50%
20.78%

Color #CAC064 in popluar number systems.

HEXCAC064
Decimal202192100
Binary11001010110000001100100
Octal312300144

Shades and tints

Shades of #CAC064

#CAC064
(202,192,100)
#B8AF5B
(184,175,91)
#A69E52
(166,158,82)
#948D49
(148,141,73)
#827C40
(130,124,64)
#706B37
(112,107,55)
#5E5A2E
(94,90,46)
#4C4925
(76,73,37)
#3A381C
(58,56,28)
#282713
(40,39,19)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #CAC064

#CAC064
(202,192,100)
#CEC572
(206,197,114)
#D2CA80
(210,202,128)
#D6CF8E
(214,207,142)
#DAD49C
(218,212,156)
#DED9AA
(222,217,170)
#E2DEB8
(226,222,184)
#E6E3C6
(230,227,198)
#EAE8D4
(234,232,212)
#EEEDE2
(238,237,226)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC064 color. Also use rgb(202,192,100) instead hex code.

Text Font Color

.myTextColor { color: #CAC064; }

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

This text font color is #CAC064.


Background Color

.myBgColor { background-color: #CAC064; }

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

This div background color is #CAC064.


Border color

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

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

This div border color is #CAC064.


Opacity

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

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

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

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

This text has shadow with #CAC064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC064 on black background.


Color preview on white background

This text has color #CAC064 on white background.



Black color preview on #CAC064 background

This text has black color on #CAC064 background.


White color preview on #CAC064 background

This text has white color on #CAC064 background.