COLOR #CA949B

HEX: #CA949B
RGB: (202,148,155)

Color info

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

RGB color model

#CA949B color RGB value is (202,148,155).

  • red value is 202;
  • green value is 148;
  • blue value is 155.
RGB:
(202,148,155)
(79%,58%,61%)

RGB channels and saturation

R 202 of 255 = 79%
G 148 of 255 = 58%
B 155 of 255 = 61%

202
148
155

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

Portions of RGB colors in percentages

R + G + B =
202 + 148 + 155 = 505 (100%)
R 202 of 505 ~ 40%
G 148 of 505 ~ 29.31%
B 155 of 505 ~ 30.69%

%40
%29.31
%30.69

CMYK color model

#CA949B color CMYK value is (0,27,23,21).

  • cyan value is 0.00%
  • magenta value is 26.73%
  • yellow value is 23.27%
  • key color value is 20.78%
CMYK:
(0,27,23,21)
C0M27Y23K21 
(0%,27%,23%,21%)
(0.00/0.27/0.23/0.21)	

CMYK percentages

%0
%26.73
%23.27
%20.78

Codes

Color #CA949B in popluar color models

CA949B
RGB202148155
HSL352°33.75%68.63%
HSB/HSV352°26.73%79.22%
CMYK0.00%26.73%23.27%
20.78%

Color #CA949B in popluar number systems.

HEXCA949B
Decimal202148155
Binary110010101001010010011011
Octal312224233

Shades and tints

Shades of #CA949B

#CA949B
(202,148,155)
#B8878D
(184,135,141)
#A67A7F
(166,122,127)
#946D71
(148,109,113)
#826063
(130,96,99)
#705355
(112,83,85)
#5E4647
(94,70,71)
#4C3939
(76,57,57)
#3A2C2B
(58,44,43)
#281F1D
(40,31,29)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #CA949B

#CA949B
(202,148,155)
#CE9DA4
(206,157,164)
#D2A6AD
(210,166,173)
#D6AFB6
(214,175,182)
#DAB8BF
(218,184,191)
#DEC1C8
(222,193,200)
#E2CAD1
(226,202,209)
#E6D3DA
(230,211,218)
#EADCE3
(234,220,227)
#EEE5EC
(238,229,236)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA949B color. Also use rgb(202,148,155) instead hex code.

Text Font Color

.myTextColor { color: #CA949B; }

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

This text font color is #CA949B.


Background Color

.myBgColor { background-color: #CA949B; }

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

This div background color is #CA949B.


Border color

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

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

This div border color is #CA949B.


Opacity

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

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

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

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

This text has shadow with #CA949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA949B on black background.


Color preview on white background

This text has color #CA949B on white background.



Black color preview on #CA949B background

This text has black color on #CA949B background.


White color preview on #CA949B background

This text has white color on #CA949B background.