COLOR #CA8480

HEX: #CA8480
RGB: (202,132,128)

Color info

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

RGB color model

#CA8480 color RGB value is (202,132,128).

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

RGB channels and saturation

R 202 of 255 = 79%
G 132 of 255 = 52%
B 128 of 255 = 50%

202
132
128

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

Portions of RGB colors in percentages

R + G + B =
202 + 132 + 128 = 462 (100%)
R 202 of 462 ~ 43.72%
G 132 of 462 ~ 28.57%
B 128 of 462 ~ 27.71%

%43.72
%28.57
%27.71

CMYK color model

#CA8480 color CMYK value is (0,35,37,21).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 36.63%
  • key color value is 20.78%
CMYK:
(0,35,37,21)
C0M35Y37K21 
(0%,35%,37%,21%)
(0.00/0.35/0.37/0.21)	

CMYK percentages

%0
%34.65
%36.63
%20.78

Codes

Color #CA8480 in popluar color models

CA8480
RGB202132128
HSL41.11%64.71%
HSB/HSV36.63%79.22%
CMYK0.00%34.65%36.63%
20.78%

Color #CA8480 in popluar number systems.

HEXCA8480
Decimal202132128
Binary110010101000010010000000
Octal312204200

Shades and tints

Shades of #CA8480

#CA8480
(202,132,128)
#B87875
(184,120,117)
#A66C6A
(166,108,106)
#94605F
(148,96,95)
#825454
(130,84,84)
#704849
(112,72,73)
#5E3C3E
(94,60,62)
#4C3033
(76,48,51)
#3A2428
(58,36,40)
#28181D
(40,24,29)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #CA8480

#CA8480
(202,132,128)
#CE8F8B
(206,143,139)
#D29A96
(210,154,150)
#D6A5A1
(214,165,161)
#DAB0AC
(218,176,172)
#DEBBB7
(222,187,183)
#E2C6C2
(226,198,194)
#E6D1CD
(230,209,205)
#EADCD8
(234,220,216)
#EEE7E3
(238,231,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA8480; }

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

This text font color is #CA8480.


Background Color

.myBgColor { background-color: #CA8480; }

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

This div background color is #CA8480.


Border color

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

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

This div border color is #CA8480.


Opacity

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

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

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

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

This text has shadow with #CA8480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8480 on black background.


Color preview on white background

This text has color #CA8480 on white background.



Black color preview on #CA8480 background

This text has black color on #CA8480 background.


White color preview on #CA8480 background

This text has white color on #CA8480 background.