COLOR #CA8493

HEX: #CA8493
RGB: (202,132,147)

Color info

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

RGB color model

#CA8493 color RGB value is (202,132,147).

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

RGB channels and saturation

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

202
132
147

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

Portions of RGB colors in percentages

R + G + B =
202 + 132 + 147 = 481 (100%)
R 202 of 481 ~ 42%
G 132 of 481 ~ 27.44%
B 147 of 481 ~ 30.56%

%42
%27.44
%30.56

CMYK color model

#CA8493 color CMYK value is (0,35,27,21).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK:
(0,35,27,21)
C0M35Y27K21 
(0%,35%,27%,21%)
(0.00/0.35/0.27/0.21)	

CMYK percentages

%0
%34.65
%27.23
%20.78

Codes

Color #CA8493 in popluar color models

CA8493
RGB202132147
HSL347°39.77%65.49%
HSB/HSV347°34.65%79.22%
CMYK0.00%34.65%27.23%
20.78%

Color #CA8493 in popluar number systems.

HEXCA8493
Decimal202132147
Binary110010101000010010010011
Octal312204223

Shades and tints

Shades of #CA8493

#CA8493
(202,132,147)
#B87886
(184,120,134)
#A66C79
(166,108,121)
#94606C
(148,96,108)
#82545F
(130,84,95)
#704852
(112,72,82)
#5E3C45
(94,60,69)
#4C3038
(76,48,56)
#3A242B
(58,36,43)
#28181E
(40,24,30)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #CA8493

#CA8493
(202,132,147)
#CE8F9C
(206,143,156)
#D29AA5
(210,154,165)
#D6A5AE
(214,165,174)
#DAB0B7
(218,176,183)
#DEBBC0
(222,187,192)
#E2C6C9
(226,198,201)
#E6D1D2
(230,209,210)
#EADCDB
(234,220,219)
#EEE7E4
(238,231,228)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA8493; }

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

This text font color is #CA8493.


Background Color

.myBgColor { background-color: #CA8493; }

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

This div background color is #CA8493.


Border color

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

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

This div border color is #CA8493.


Opacity

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

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

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

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

This text has shadow with #CA8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8493 on black background.


Color preview on white background

This text has color #CA8493 on white background.



Black color preview on #CA8493 background

This text has black color on #CA8493 background.


White color preview on #CA8493 background

This text has white color on #CA8493 background.