COLOR #CAC379

HEX: #CAC379 RGB: (202,195,121)

Color info

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

RGB color model

#CAC379 color RGB value is (202,195,121).

RGB: (202,195,121) (79%, 76%, 47%)

RGB channels and saturation

R 202 of 255 = 79%
G 195 of 255 = 76%
B 121 of 255 = 47%

202
195
121

R + G + B ~ 67%. #CAC379 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 195 + 121 = 518 (100%)
R 202 of 518 ~ 39%
G 195 of 518 ~ 37.64%
B 121 of 518 ~ 23.36'%

%39
%37.64
%23.36

CMYK color model

#CAC379 color CMYK value is (0,3,40,21).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 40.10%
  • key color value is 20.78%
CMYK: (0,3,40,21) C0M3Y40K21 (0%,3%,40%,21%) (0.00/0.03/0.40/0.21) 

CMYK percentages

%0
%3.47
%40.1
%20.78

Codes

Color #CAC379 in popluar color models

CA C3 79
RGB 202 195 121
HSL 55° 43.32% 63.33%
HSB/HSV 55° 40.10% 79.22%
CMYK 0.00% 3.47% 40.10%
20.78%

Color #CAC379 in popluar number systems.

HEX CA C3 79
Decimal 202 195 121
Binary 11001010 11000011 1111001
Octal 312 303 171

Shades and tints

Shades of #CAC379

#CAC379
(202,195,121)
#B8B26E
(184,178,110)
#A6A163
(166,161,99)
#949058
(148,144,88)
#827F4D
(130,127,77)
#706E42
(112,110,66)
#5E5D37
(94,93,55)
#4C4C2C
(76,76,44)
#3A3B21
(58,59,33)
#282A16
(40,42,22)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #CAC379

#CAC379
(202,195,121)
#CEC885
(206,200,133)
#D2CD91
(210,205,145)
#D6D29D
(214,210,157)
#DAD7A9
(218,215,169)
#DEDCB5
(222,220,181)
#E2E1C1
(226,225,193)
#E6E6CD
(230,230,205)
#EAEBD9
(234,235,217)
#EEF0E5
(238,240,229)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC379 color. Also use rgb(202,195,121) instead hex code.

Text Font Color

.myTextColor { color: #CAC379; }

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

This text font color is #CAC379.

Background Color

.myBgColor { background-color: #CAC379; }

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

This div background color is #CAC379.

Border color

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

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

This div border color is #CAC379.

Opacity

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

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

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

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

This text has shadow with #CAC379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC379.

Preview

Color preview on black background

This text has color #CAC379 on black background.


Color preview on white background

This text has color #CAC379 on white background.


Black color preview on #CAC379 background

This text has black color on #CAC379 background.


White color preview on #CAC379 background

This text has white color on #CAC379 background.


Related colors

Complementary color

Complementary color for #hex is #353C86.


I love getcolorcode.com

Triadic colors

1 #79CAC3 and #C379CA with #CAC379 are triadic colors.

2 #79C3CA and #C3CA79 with #CAC379 are triadic colors.