COLOR #CA95A7

HEX: #CA95A7
RGB: (202,149,167)

Color info

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

RGB color model

#CA95A7 color RGB value is (202,149,167).

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

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 167 of 255 = 65%

202
149
167

R + G + B ~ 67%. #CA95A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 149 + 167 = 518 (100%)
R 202 of 518 ~ 39%
G 149 of 518 ~ 28.76%
B 167 of 518 ~ 32.24%

%39
%28.76
%32.24

CMYK color model

#CA95A7 color CMYK value is (0,26,17,21).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK:
(0,26,17,21)
C0M26Y17K21 
(0%,26%,17%,21%)
(0.00/0.26/0.17/0.21)	

CMYK percentages

%0
%26.24
%17.33
%20.78

Codes

Color #CA95A7 in popluar color models

CA95A7
RGB202149167
HSL340°33.33%68.82%
HSB/HSV340°26.24%79.22%
CMYK0.00%26.24%17.33%
20.78%

Color #CA95A7 in popluar number systems.

HEXCA95A7
Decimal202149167
Binary110010101001010110100111
Octal312225247

Shades and tints

Shades of #CA95A7

#CA95A7
(202,149,167)
#B88898
(184,136,152)
#A67B89
(166,123,137)
#946E7A
(148,110,122)
#82616B
(130,97,107)
#70545C
(112,84,92)
#5E474D
(94,71,77)
#4C3A3E
(76,58,62)
#3A2D2F
(58,45,47)
#282020
(40,32,32)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #CA95A7

#CA95A7
(202,149,167)
#CE9EAF
(206,158,175)
#D2A7B7
(210,167,183)
#D6B0BF
(214,176,191)
#DAB9C7
(218,185,199)
#DEC2CF
(222,194,207)
#E2CBD7
(226,203,215)
#E6D4DF
(230,212,223)
#EADDE7
(234,221,231)
#EEE6EF
(238,230,239)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA95A7; }

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

This text font color is #CA95A7.


Background Color

.myBgColor { background-color: #CA95A7; }

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

This div background color is #CA95A7.


Border color

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

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

This div border color is #CA95A7.


Opacity

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

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

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

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

This text has shadow with #CA95A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA95A7 on black background.


Color preview on white background

This text has color #CA95A7 on white background.



Black color preview on #CA95A7 background

This text has black color on #CA95A7 background.


White color preview on #CA95A7 background

This text has white color on #CA95A7 background.