COLOR #CACC62

HEX: #CACC62 RGB: (202,204,98)

Color info

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

RGB color model

#CACC62 color RGB value is (202,204,98).

RGB: (202,204,98) (79%, 80%, 38%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 98 of 255 = 38%

202
204
98

R + G + B ~ 66%. #CACC62 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 204 + 98 = 504 (100%)
R 202 of 504 ~ 40.08%
G 204 of 504 ~ 40.48%
B 98 of 504 ~ 19.44'%

%40.08
%40.48
%19.44

CMYK color model

#CACC62 color CMYK value is (1,0,52,20).

  • cyan value is 0.98%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 20.00%

CMYK: (1,0,52,20)
C1M0Y52K20 (1%, 0%, 52%, 20%)
(0.01 / 0.00 / 0.52 / 0.20)

CMYK percentages

%0.98
%0
%51.96
%20

Codes

Color #CACC62 in popluar color models

CA CC 62
RGB 202 204 98
HSL 61° 50.96% 59.22%
HSB/HSV 61° 51.96% 80.00%
CMYK 0.98% 0.00% 51.96%
20.00%

Color #CACC62 in popluar number systems.

HEX CA CC 62
Decimal 202 204 98
Binary 11001010 11001100 1100010
Octal 312 314 142

Shades and tints

Shades of #CACC62

#CACC62
(202,204,98)
#B8BA5A
(184,186,90)
#A6A852
(166,168,82)
#94964A
(148,150,74)
#828442
(130,132,66)
#70723A
(112,114,58)
#5E6032
(94,96,50)
#4C4E2A
(76,78,42)
#3A3C22
(58,60,34)
#282A1A
(40,42,26)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #CACC62

#CACC62
(202,204,98)
#CED070
(206,208,112)
#D2D47E
(210,212,126)
#D6D88C
(214,216,140)
#DADC9A
(218,220,154)
#DEE0A8
(222,224,168)
#E2E4B6
(226,228,182)
#E6E8C4
(230,232,196)
#EAECD2
(234,236,210)
#EEF0E0
(238,240,224)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CACC62 color. Also use rgb(202,204,98) instead hex code.

Text Font Color

.myTextColor { color: #CACC62; }

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

This text font color is #CACC62.

Background Color

.myBgColor { background-color: #CACC62; }

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

This div background color is #CACC62.

Border color

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

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

This div border color is #CACC62.

Opacity

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

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

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

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

This text has shadow with #CACC62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CACC62.

Preview

Color preview on black background

This text has color #CACC62 on black background.


Color preview on white background

This text has color #CACC62 on white background.


Black color preview on #CACC62 background

This text has black color on #CACC62 background.


White color preview on #CACC62 background

This text has white color on #CACC62 background.


Related colors

Complementary color

Complementary color for #hex is #35339D.


I love getcolorcode.com

Triadic colors

1 #62CACC and #CC62CA with #CACC62 are triadic colors.

2 #62CCCA and #CCCA62 with #CACC62 are triadic colors.