COLOR #CAC296

HEX: #CAC296 RGB: (202,194,150)

Color info

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

RGB color model

#CAC296 color RGB value is (202,194,150).

RGB: (202,194,150) (79%, 76%, 59%)

RGB channels and saturation

R 202 of 255 = 79%
G 194 of 255 = 76%
B 150 of 255 = 59%

202
194
150

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

Portions of RGB colors in percentages

R + G + B = 202 + 194 + 150 = 546 (100%)
R 202 of 546 ~ 37%
G 194 of 546 ~ 35.53%
B 150 of 546 ~ 27.47'%

%37
%35.53
%27.47

CMYK color model

#CAC296 color CMYK value is (0,4,26,21).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 25.74%
  • key color value is 20.78%
CMYK: (0,4,26,21) C0M4Y26K21 (0%,4%,26%,21%) (0.00/0.04/0.26/0.21) 

CMYK percentages

%0
%3.96
%25.74
%20.78

Codes

Color #CAC296 in popluar color models

CA C2 96
RGB 202 194 150
HSL 51° 32.91% 69.02%
HSB/HSV 51° 25.74% 79.22%
CMYK 0.00% 3.96% 25.74%
20.78%

Color #CAC296 in popluar number systems.

HEX CA C2 96
Decimal 202 194 150
Binary 11001010 11000010 10010110
Octal 312 302 226

Shades and tints

Shades of #CAC296

#CAC296
(202,194,150)
#B8B189
(184,177,137)
#A6A07C
(166,160,124)
#948F6F
(148,143,111)
#827E62
(130,126,98)
#706D55
(112,109,85)
#5E5C48
(94,92,72)
#4C4B3B
(76,75,59)
#3A3A2E
(58,58,46)
#282921
(40,41,33)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #CAC296

#CAC296
(202,194,150)
#CEC79F
(206,199,159)
#D2CCA8
(210,204,168)
#D6D1B1
(214,209,177)
#DAD6BA
(218,214,186)
#DEDBC3
(222,219,195)
#E2E0CC
(226,224,204)
#E6E5D5
(230,229,213)
#EAEADE
(234,234,222)
#EEEFE7
(238,239,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC296 color. Also use rgb(202,194,150) instead hex code.

Text Font Color

.myTextColor { color: #CAC296; }

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

This text font color is #CAC296.

Background Color

.myBgColor { background-color: #CAC296; }

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

This div background color is #CAC296.

Border color

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

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

This div border color is #CAC296.

Opacity

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

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

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

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

This text has shadow with #CAC296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC296.

Preview

Color preview on black background

This text has color #CAC296 on black background.


Color preview on white background

This text has color #CAC296 on white background.


Black color preview on #CAC296 background

This text has black color on #CAC296 background.


White color preview on #CAC296 background

This text has white color on #CAC296 background.


Related colors

Complementary color

Complementary color for #hex is #353D69.


I love getcolorcode.com

Triadic colors

1 #96CAC2 and #C296CA with #CAC296 are triadic colors.

2 #96C2CA and #C2CA96 with #CAC296 are triadic colors.