COLOR #CA8050

HEX: #CA8050
RGB: (202,128,80)

Color info

#CA8050 contains mainly red color. Web safe color of #CA8050 is #CC6666 (or #C66).

RGB color model

#CA8050 color RGB value is (202,128,80).

  • red value is 202;
  • green value is 128;
  • blue value is 80.
RGB:
(202,128,80)
(79%,50%,31%)

RGB channels and saturation

R 202 of 255 = 79%
G 128 of 255 = 50%
B 80 of 255 = 31%

202
128
80

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

Portions of RGB colors in percentages

R + G + B =
202 + 128 + 80 = 410 (100%)
R 202 of 410 ~ 49.27%
G 128 of 410 ~ 31.22%
B 80 of 410 ~ 19.51%

%49.27
%31.22
%19.51

CMYK color model

#CA8050 color CMYK value is (0,37,60,21).

  • cyan value is 0.00%
  • magenta value is 36.63%
  • yellow value is 60.40%
  • key color value is 20.78%
CMYK:
(0,37,60,21)
C0M37Y60K21 
(0%,37%,60%,21%)
(0.00/0.37/0.60/0.21)	

CMYK percentages

%0
%36.63
%60.4
%20.78

Codes

Color #CA8050 in popluar color models

CA8050
RGB20212880
HSL24°53.51%55.29%
HSB/HSV24°60.40%79.22%
CMYK0.00%36.63%60.40%
20.78%

Color #CA8050 in popluar number systems.

HEXCA8050
Decimal20212880
Binary11001010100000001010000
Octal312200120

Shades and tints

Shades of #CA8050

#CA8050
(202,128,80)
#B87549
(184,117,73)
#A66A42
(166,106,66)
#945F3B
(148,95,59)
#825434
(130,84,52)
#70492D
(112,73,45)
#5E3E26
(94,62,38)
#4C331F
(76,51,31)
#3A2818
(58,40,24)
#281D11
(40,29,17)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #CA8050

#CA8050
(202,128,80)
#CE8B5F
(206,139,95)
#D2966E
(210,150,110)
#D6A17D
(214,161,125)
#DAAC8C
(218,172,140)
#DEB79B
(222,183,155)
#E2C2AA
(226,194,170)
#E6CDB9
(230,205,185)
#EAD8C8
(234,216,200)
#EEE3D7
(238,227,215)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA8050 color. Also use rgb(202,128,80) instead hex code.

Text Font Color

.myTextColor { color: #CA8050; }

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

This text font color is #CA8050.


Background Color

.myBgColor { background-color: #CA8050; }

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

This div background color is #CA8050.


Border color

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

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

This div border color is #CA8050.


Opacity

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

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

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

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

This text has shadow with #CA8050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8050 on black background.


Color preview on white background

This text has color #CA8050 on white background.



Black color preview on #CA8050 background

This text has black color on #CA8050 background.


White color preview on #CA8050 background

This text has white color on #CA8050 background.