COLOR #CA8442

HEX: #CA8442
RGB: (202,132,66)

Color info

#CA8442 contains mainly red color. Web safe color of #CA8442 is #CC9933 (or #C93).

RGB color model

#CA8442 color RGB value is (202,132,66).

  • red value is 202;
  • green value is 132;
  • blue value is 66.
RGB:
(202,132,66)
(79%,52%,26%)

RGB channels and saturation

R 202 of 255 = 79%
G 132 of 255 = 52%
B 66 of 255 = 26%

202
132
66

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

Portions of RGB colors in percentages

R + G + B =
202 + 132 + 66 = 400 (100%)
R 202 of 400 ~ 50.5%
G 132 of 400 ~ 33%
B 66 of 400 ~ 16.5%

%50.5
%33
%16.5

CMYK color model

#CA8442 color CMYK value is (0,35,67,21).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 67.33%
  • key color value is 20.78%
CMYK:
(0,35,67,21)
C0M35Y67K21 
(0%,35%,67%,21%)
(0.00/0.35/0.67/0.21)	

CMYK percentages

%0
%34.65
%67.33
%20.78

Codes

Color #CA8442 in popluar color models

CA8442
RGB20213266
HSL29°56.20%52.55%
HSB/HSV29°67.33%79.22%
CMYK0.00%34.65%67.33%
20.78%

Color #CA8442 in popluar number systems.

HEXCA8442
Decimal20213266
Binary11001010100001001000010
Octal312204102

Shades and tints

Shades of #CA8442

#CA8442
(202,132,66)
#B8783C
(184,120,60)
#A66C36
(166,108,54)
#946030
(148,96,48)
#82542A
(130,84,42)
#704824
(112,72,36)
#5E3C1E
(94,60,30)
#4C3018
(76,48,24)
#3A2412
(58,36,18)
#28180C
(40,24,12)
#160C06
(22,12,6)
#000000
(0,0,0)

Tints of #CA8442

#CA8442
(202,132,66)
#CE8F53
(206,143,83)
#D29A64
(210,154,100)
#D6A575
(214,165,117)
#DAB086
(218,176,134)
#DEBB97
(222,187,151)
#E2C6A8
(226,198,168)
#E6D1B9
(230,209,185)
#EADCCA
(234,220,202)
#EEE7DB
(238,231,219)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA8442 color. Also use rgb(202,132,66) instead hex code.

Text Font Color

.myTextColor { color: #CA8442; }

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

This text font color is #CA8442.


Background Color

.myBgColor { background-color: #CA8442; }

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

This div background color is #CA8442.


Border color

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

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

This div border color is #CA8442.


Opacity

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

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

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

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

This text has shadow with #CA8442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8442 on black background.


Color preview on white background

This text has color #CA8442 on white background.



Black color preview on #CA8442 background

This text has black color on #CA8442 background.


White color preview on #CA8442 background

This text has white color on #CA8442 background.