COLOR #CA9C62

HEX: #CA9C62
RGB: (202,156,98)

Color info

#CA9C62 contains mainly red and green colors. Web safe color of #CA9C62 is #CC9966 (or #C96).

RGB color model

#CA9C62 color RGB value is (202,156,98).

  • red value is 202;
  • green value is 156;
  • blue value is 98.
RGB:
(202,156,98)
(79%,61%,38%)

RGB channels and saturation

R 202 of 255 = 79%
G 156 of 255 = 61%
B 98 of 255 = 38%

202
156
98

R + G + B ~ 59%. #CA9C62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
202 + 156 + 98 = 456 (100%)
R 202 of 456 ~ 44.3%
G 156 of 456 ~ 34.21%
B 98 of 456 ~ 21.49%

%44.3
%34.21
%21.49

CMYK color model

#CA9C62 color CMYK value is (0,23,51,21).

  • cyan value is 0.00%
  • magenta value is 22.77%
  • yellow value is 51.49%
  • key color value is 20.78%
CMYK:
(0,23,51,21)
C0M23Y51K21 
(0%,23%,51%,21%)
(0.00/0.23/0.51/0.21)	

CMYK percentages

%0
%22.77
%51.49
%20.78

Codes

Color #CA9C62 in popluar color models

CA9C62
RGB20215698
HSL33°49.52%58.82%
HSB/HSV33°51.49%79.22%
CMYK0.00%22.77%51.49%
20.78%

Color #CA9C62 in popluar number systems.

HEXCA9C62
Decimal20215698
Binary11001010100111001100010
Octal312234142

Shades and tints

Shades of #CA9C62

#CA9C62
(202,156,98)
#B88E5A
(184,142,90)
#A68052
(166,128,82)
#94724A
(148,114,74)
#826442
(130,100,66)
#70563A
(112,86,58)
#5E4832
(94,72,50)
#4C3A2A
(76,58,42)
#3A2C22
(58,44,34)
#281E1A
(40,30,26)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #CA9C62

#CA9C62
(202,156,98)
#CEA570
(206,165,112)
#D2AE7E
(210,174,126)
#D6B78C
(214,183,140)
#DAC09A
(218,192,154)
#DEC9A8
(222,201,168)
#E2D2B6
(226,210,182)
#E6DBC4
(230,219,196)
#EAE4D2
(234,228,210)
#EEEDE0
(238,237,224)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9C62 color. Also use rgb(202,156,98) instead hex code.

Text Font Color

.myTextColor { color: #CA9C62; }

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

This text font color is #CA9C62.


Background Color

.myBgColor { background-color: #CA9C62; }

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

This div background color is #CA9C62.


Border color

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

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

This div border color is #CA9C62.


Opacity

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

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

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

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

This text has shadow with #CA9C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9C62 on black background.


Color preview on white background

This text has color #CA9C62 on white background.



Black color preview on #CA9C62 background

This text has black color on #CA9C62 background.


White color preview on #CA9C62 background

This text has white color on #CA9C62 background.