COLOR #CA8573

HEX: #CA8573
RGB: (202,133,115)

Color info

#CA8573 contains mainly red color. Web safe color of #CA8573 is #CC9966 (or #C96).

RGB color model

#CA8573 color RGB value is (202,133,115).

  • red value is 202;
  • green value is 133;
  • blue value is 115.
RGB:
(202,133,115)
(79%,52%,45%)

RGB channels and saturation

R 202 of 255 = 79%
G 133 of 255 = 52%
B 115 of 255 = 45%

202
133
115

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

Portions of RGB colors in percentages

R + G + B =
202 + 133 + 115 = 450 (100%)
R 202 of 450 ~ 44.89%
G 133 of 450 ~ 29.56%
B 115 of 450 ~ 25.56%

%44.89
%29.56
%25.56

CMYK color model

#CA8573 color CMYK value is (0,34,43,21).

  • cyan value is 0.00%
  • magenta value is 34.16%
  • yellow value is 43.07%
  • key color value is 20.78%
CMYK:
(0,34,43,21)
C0M34Y43K21 
(0%,34%,43%,21%)
(0.00/0.34/0.43/0.21)	

CMYK percentages

%0
%34.16
%43.07
%20.78

Codes

Color #CA8573 in popluar color models

CA8573
RGB202133115
HSL12°45.08%62.16%
HSB/HSV12°43.07%79.22%
CMYK0.00%34.16%43.07%
20.78%

Color #CA8573 in popluar number systems.

HEXCA8573
Decimal202133115
Binary11001010100001011110011
Octal312205163

Shades and tints

Shades of #CA8573

#CA8573
(202,133,115)
#B87969
(184,121,105)
#A66D5F
(166,109,95)
#946155
(148,97,85)
#82554B
(130,85,75)
#704941
(112,73,65)
#5E3D37
(94,61,55)
#4C312D
(76,49,45)
#3A2523
(58,37,35)
#281919
(40,25,25)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #CA8573

#CA8573
(202,133,115)
#CE907F
(206,144,127)
#D29B8B
(210,155,139)
#D6A697
(214,166,151)
#DAB1A3
(218,177,163)
#DEBCAF
(222,188,175)
#E2C7BB
(226,199,187)
#E6D2C7
(230,210,199)
#EADDD3
(234,221,211)
#EEE8DF
(238,232,223)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA8573 color. Also use rgb(202,133,115) instead hex code.

Text Font Color

.myTextColor { color: #CA8573; }

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

This text font color is #CA8573.


Background Color

.myBgColor { background-color: #CA8573; }

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

This div background color is #CA8573.


Border color

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

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

This div border color is #CA8573.


Opacity

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

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

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

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

This text has shadow with #CA8573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8573 on black background.


Color preview on white background

This text has color #CA8573 on white background.



Black color preview on #CA8573 background

This text has black color on #CA8573 background.


White color preview on #CA8573 background

This text has white color on #CA8573 background.