COLOR #CAC492

HEX: #CAC492
RGB: (202,196,146)

Color info

#CAC492 contains red, green and blue colors in about the same proportion. Web safe color of #CAC492 is #CCCC99 (or #CC9).

RGB color model

#CAC492 color RGB value is (202,196,146).

  • red value is 202;
  • green value is 196;
  • blue value is 146.
RGB:
(202,196,146)
(79%,77%,57%)

RGB channels and saturation

R 202 of 255 = 79%
G 196 of 255 = 77%
B 146 of 255 = 57%

202
196
146

R + G + B ~ 71%. #CAC492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 196 + 146 = 544 (100%)
R 202 of 544 ~ 37.13%
G 196 of 544 ~ 36.03%
B 146 of 544 ~ 26.84%

%37.13
%36.03
%26.84

CMYK color model

#CAC492 color CMYK value is (0,3,28,21).

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 27.72%
  • key color value is 20.78%
CMYK:
(0,3,28,21)
C0M3Y28K21 
(0%,3%,28%,21%)
(0.00/0.03/0.28/0.21)	

CMYK percentages

%0
%2.97
%27.72
%20.78

Codes

Color #CAC492 in popluar color models

CAC492
RGB202196146
HSL54°34.57%68.24%
HSB/HSV54°27.72%79.22%
CMYK0.00%2.97%27.72%
20.78%

Color #CAC492 in popluar number systems.

HEXCAC492
Decimal202196146
Binary110010101100010010010010
Octal312304222

Shades and tints

Shades of #CAC492

#CAC492
(202,196,146)
#B8B385
(184,179,133)
#A6A278
(166,162,120)
#94916B
(148,145,107)
#82805E
(130,128,94)
#706F51
(112,111,81)
#5E5E44
(94,94,68)
#4C4D37
(76,77,55)
#3A3C2A
(58,60,42)
#282B1D
(40,43,29)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #CAC492

#CAC492
(202,196,146)
#CEC99B
(206,201,155)
#D2CEA4
(210,206,164)
#D6D3AD
(214,211,173)
#DAD8B6
(218,216,182)
#DEDDBF
(222,221,191)
#E2E2C8
(226,226,200)
#E6E7D1
(230,231,209)
#EAECDA
(234,236,218)
#EEF1E3
(238,241,227)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC492; }

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

This text font color is #CAC492.


Background Color

.myBgColor { background-color: #CAC492; }

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

This div background color is #CAC492.


Border color

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

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

This div border color is #CAC492.


Opacity

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

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

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

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

This text has shadow with #CAC492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC492 on black background.


Color preview on white background

This text has color #CAC492 on white background.



Black color preview on #CAC492 background

This text has black color on #CAC492 background.


White color preview on #CAC492 background

This text has white color on #CAC492 background.