COLOR #CA8395

HEX: #CA8395
RGB: (202,131,149)

Color info

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

RGB color model

#CA8395 color RGB value is (202,131,149).

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

RGB channels and saturation

R 202 of 255 = 79%
G 131 of 255 = 51%
B 149 of 255 = 58%

202
131
149

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

Portions of RGB colors in percentages

R + G + B =
202 + 131 + 149 = 482 (100%)
R 202 of 482 ~ 41.91%
G 131 of 482 ~ 27.18%
B 149 of 482 ~ 30.91%

%41.91
%27.18
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.15%
  • 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
%35.15
%26.24
%20.78

Codes

Color #CA8395 in popluar color models

CA8395
RGB202131149
HSL345°40.11%65.29%
HSB/HSV345°35.15%79.22%
CMYK0.00%35.15%26.24%
20.78%

Color #CA8395 in popluar number systems.

HEXCA8395
Decimal202131149
Binary110010101000001110010101
Octal312203225

Shades and tints

Shades of #CA8395

#CA8395
(202,131,149)
#B87888
(184,120,136)
#A66D7B
(166,109,123)
#94626E
(148,98,110)
#825761
(130,87,97)
#704C54
(112,76,84)
#5E4147
(94,65,71)
#4C363A
(76,54,58)
#3A2B2D
(58,43,45)
#282020
(40,32,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #CA8395

#CA8395
(202,131,149)
#CE8E9E
(206,142,158)
#D299A7
(210,153,167)
#D6A4B0
(214,164,176)
#DAAFB9
(218,175,185)
#DEBAC2
(222,186,194)
#E2C5CB
(226,197,203)
#E6D0D4
(230,208,212)
#EADBDD
(234,219,221)
#EEE6E6
(238,230,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA8395; }

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

This text font color is #CA8395.


Background Color

.myBgColor { background-color: #CA8395; }

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

This div background color is #CA8395.


Border color

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

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

This div border color is #CA8395.


Opacity

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

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

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

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

This text has shadow with #CA8395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8395 on black background.


Color preview on white background

This text has color #CA8395 on white background.



Black color preview on #CA8395 background

This text has black color on #CA8395 background.


White color preview on #CA8395 background

This text has white color on #CA8395 background.