COLOR #CAC171

HEX: #CAC171
RGB: (202,193,113)

Color info

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

RGB color model

#CAC171 color RGB value is (202,193,113).

  • red value is 202;
  • green value is 193;
  • blue value is 113.
RGB:
(202,193,113)
(79%,76%,44%)

RGB channels and saturation

R 202 of 255 = 79%
G 193 of 255 = 76%
B 113 of 255 = 44%

202
193
113

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

Portions of RGB colors in percentages

R + G + B =
202 + 193 + 113 = 508 (100%)
R 202 of 508 ~ 39.76%
G 193 of 508 ~ 37.99%
B 113 of 508 ~ 22.24%

%39.76
%37.99
%22.24

CMYK color model

#CAC171 color CMYK value is (0,4,44,21).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 44.06%
  • key color value is 20.78%
CMYK:
(0,4,44,21)
C0M4Y44K21 
(0%,4%,44%,21%)
(0.00/0.04/0.44/0.21)	

CMYK percentages

%0
%4.46
%44.06
%20.78

Codes

Color #CAC171 in popluar color models

CAC171
RGB202193113
HSL54°45.64%61.76%
HSB/HSV54°44.06%79.22%
CMYK0.00%4.46%44.06%
20.78%

Color #CAC171 in popluar number systems.

HEXCAC171
Decimal202193113
Binary11001010110000011110001
Octal312301161

Shades and tints

Shades of #CAC171

#CAC171
(202,193,113)
#B8B067
(184,176,103)
#A69F5D
(166,159,93)
#948E53
(148,142,83)
#827D49
(130,125,73)
#706C3F
(112,108,63)
#5E5B35
(94,91,53)
#4C4A2B
(76,74,43)
#3A3921
(58,57,33)
#282817
(40,40,23)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #CAC171

#CAC171
(202,193,113)
#CEC67D
(206,198,125)
#D2CB89
(210,203,137)
#D6D095
(214,208,149)
#DAD5A1
(218,213,161)
#DEDAAD
(222,218,173)
#E2DFB9
(226,223,185)
#E6E4C5
(230,228,197)
#EAE9D1
(234,233,209)
#EEEEDD
(238,238,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC171 color. Also use rgb(202,193,113) instead hex code.

Text Font Color

.myTextColor { color: #CAC171; }

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

This text font color is #CAC171.


Background Color

.myBgColor { background-color: #CAC171; }

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

This div background color is #CAC171.


Border color

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

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

This div border color is #CAC171.


Opacity

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

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

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

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

This text has shadow with #CAC171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC171 on black background.


Color preview on white background

This text has color #CAC171 on white background.



Black color preview on #CAC171 background

This text has black color on #CAC171 background.


White color preview on #CAC171 background

This text has white color on #CAC171 background.