COLOR #CA8495

HEX: #CA8495
RGB: (202,132,149)

Color info

#CA8495 contains mainly red and blue colors. Web safe color of #CA8495 is #CC9999 (or #C99).

RGB color model

#CA8495 color RGB value is (202,132,149).

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

RGB channels and saturation

R 202 of 255 = 79%
G 132 of 255 = 52%
B 149 of 255 = 58%

202
132
149

R + G + B ~ 63%. #CA8495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 132 + 149 = 483 (100%)
R 202 of 483 ~ 41.82%
G 132 of 483 ~ 27.33%
B 149 of 483 ~ 30.85%

%41.82
%27.33
%30.85

CMYK color model

#CA8495 color CMYK value is (0,35,26,21).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 26.24%
  • key color value is 20.78%
CMYK:
(0,35,26,21)
C0M35Y26K21 
(0%,35%,26%,21%)
(0.00/0.35/0.26/0.21)	

CMYK percentages

%0
%34.65
%26.24
%20.78

Codes

Color #CA8495 in popluar color models

CA8495
RGB202132149
HSL345°39.77%65.49%
HSB/HSV345°34.65%79.22%
CMYK0.00%34.65%26.24%
20.78%

Color #CA8495 in popluar number systems.

HEXCA8495
Decimal202132149
Binary110010101000010010010101
Octal312204225

Shades and tints

Shades of #CA8495

#CA8495
(202,132,149)
#B87888
(184,120,136)
#A66C7B
(166,108,123)
#94606E
(148,96,110)
#825461
(130,84,97)
#704854
(112,72,84)
#5E3C47
(94,60,71)
#4C303A
(76,48,58)
#3A242D
(58,36,45)
#281820
(40,24,32)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #CA8495

#CA8495
(202,132,149)
#CE8F9E
(206,143,158)
#D29AA7
(210,154,167)
#D6A5B0
(214,165,176)
#DAB0B9
(218,176,185)
#DEBBC2
(222,187,194)
#E2C6CB
(226,198,203)
#E6D1D4
(230,209,212)
#EADCDD
(234,220,221)
#EEE7E6
(238,231,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA8495; }

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

This text font color is #CA8495.


Background Color

.myBgColor { background-color: #CA8495; }

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

This div background color is #CA8495.


Border color

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

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

This div border color is #CA8495.


Opacity

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

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

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

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

This text has shadow with #CA8495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8495 on black background.


Color preview on white background

This text has color #CA8495 on white background.



Black color preview on #CA8495 background

This text has black color on #CA8495 background.


White color preview on #CA8495 background

This text has white color on #CA8495 background.