COLOR #CAC478

HEX: #CAC478 RGB: (202,196,120)

Color info

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

RGB color model

#CAC478 color RGB value is (202,196,120).

RGB: (202,196,120) (79%, 77%, 47%)

RGB channels and saturation

R 202 of 255 = 79%
G 196 of 255 = 77%
B 120 of 255 = 47%

202
196
120

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

Portions of RGB colors in percentages

R + G + B = 202 + 196 + 120 = 518 (100%)
R 202 of 518 ~ 39%
G 196 of 518 ~ 37.84%
B 120 of 518 ~ 23.17'%

%39
%37.84
%23.17

CMYK color model

#CAC478 color CMYK value is (0,3,41,21).

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 40.59%
  • key color value is 20.78%

CMYK: (0,3,41,21)
C0M3Y41K21 (0%, 3%, 41%, 21%)
(0.00 / 0.03 / 0.41 / 0.21)

CMYK percentages

%0
%2.97
%40.59
%20.78

Codes

Color #CAC478 in popluar color models

CA C4 78
RGB 202 196 120
HSL 56° 43.62% 63.14%
HSB/HSV 56° 40.59% 79.22%
CMYK 0.00% 2.97% 40.59%
20.78%

Color #CAC478 in popluar number systems.

HEX CA C4 78
Decimal 202 196 120
Binary 11001010 11000100 1111000
Octal 312 304 170

Shades and tints

Shades of #CAC478

#CAC478
(202,196,120)
#B8B36E
(184,179,110)
#A6A264
(166,162,100)
#94915A
(148,145,90)
#828050
(130,128,80)
#706F46
(112,111,70)
#5E5E3C
(94,94,60)
#4C4D32
(76,77,50)
#3A3C28
(58,60,40)
#282B1E
(40,43,30)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #CAC478

#CAC478
(202,196,120)
#CEC984
(206,201,132)
#D2CE90
(210,206,144)
#D6D39C
(214,211,156)
#DAD8A8
(218,216,168)
#DEDDB4
(222,221,180)
#E2E2C0
(226,226,192)
#E6E7CC
(230,231,204)
#EAECD8
(234,236,216)
#EEF1E4
(238,241,228)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC478 color. Also use rgb(202,196,120) instead hex code.

Text Font Color

.myTextColor { color: #CAC478; }

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

This text font color is #CAC478.

Background Color

.myBgColor { background-color: #CAC478; }

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

This div background color is #CAC478.

Border color

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

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

This div border color is #CAC478.

Opacity

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

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

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

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

This text has shadow with #CAC478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC478.

Preview

Color preview on black background

This text has color #CAC478 on black background.


Color preview on white background

This text has color #CAC478 on white background.


Black color preview on #CAC478 background

This text has black color on #CAC478 background.


White color preview on #CAC478 background

This text has white color on #CAC478 background.


Related colors

Complementary color

Complementary color for #hex is #353B87.


I love getcolorcode.com

Triadic colors

1 #78CAC4 and #C478CA with #CAC478 are triadic colors.

2 #78C4CA and #C4CA78 with #CAC478 are triadic colors.