COLOR #CA959A

HEX: #CA959A
RGB: (202,149,154)

Color info

#CA959A contains red, green and blue colors in about the same proportion. Web safe color of #CA959A is #CC9999 (or #C99).

RGB color model

#CA959A color RGB value is (202,149,154).

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

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 154 of 255 = 60%

202
149
154

R + G + B ~ 66%. #CA959A is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 149 + 154 = 505 (100%)
R 202 of 505 ~ 40%
G 149 of 505 ~ 29.5%
B 154 of 505 ~ 30.5%

%40
%29.5
%30.5

CMYK color model

#CA959A color CMYK value is (0,26,24,21).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 23.76%
  • key color value is 20.78%
CMYK:
(0,26,24,21)
C0M26Y24K21 
(0%,26%,24%,21%)
(0.00/0.26/0.24/0.21)	

CMYK percentages

%0
%26.24
%23.76
%20.78

Codes

Color #CA959A in popluar color models

CA959A
RGB202149154
HSL354°33.33%68.82%
HSB/HSV354°26.24%79.22%
CMYK0.00%26.24%23.76%
20.78%

Color #CA959A in popluar number systems.

HEXCA959A
Decimal202149154
Binary110010101001010110011010
Octal312225232

Shades and tints

Shades of #CA959A

#CA959A
(202,149,154)
#B8888C
(184,136,140)
#A67B7E
(166,123,126)
#946E70
(148,110,112)
#826162
(130,97,98)
#705454
(112,84,84)
#5E4746
(94,71,70)
#4C3A38
(76,58,56)
#3A2D2A
(58,45,42)
#28201C
(40,32,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #CA959A

#CA959A
(202,149,154)
#CE9EA3
(206,158,163)
#D2A7AC
(210,167,172)
#D6B0B5
(214,176,181)
#DAB9BE
(218,185,190)
#DEC2C7
(222,194,199)
#E2CBD0
(226,203,208)
#E6D4D9
(230,212,217)
#EADDE2
(234,221,226)
#EEE6EB
(238,230,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA959A; }

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

This text font color is #CA959A.


Background Color

.myBgColor { background-color: #CA959A; }

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

This div background color is #CA959A.


Border color

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

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

This div border color is #CA959A.


Opacity

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

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

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

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

This text has shadow with #CA959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA959A on black background.


Color preview on white background

This text has color #CA959A on white background.



Black color preview on #CA959A background

This text has black color on #CA959A background.


White color preview on #CA959A background

This text has white color on #CA959A background.