COLOR #CA9497

HEX: #CA9497
RGB: (202,148,151)

Color info

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

RGB color model

#CA9497 color RGB value is (202,148,151).

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

RGB channels and saturation

R 202 of 255 = 79%
G 148 of 255 = 58%
B 151 of 255 = 59%

202
148
151

R + G + B ~ 65%. #CA9497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 148 + 151 = 501 (100%)
R 202 of 501 ~ 40.32%
G 148 of 501 ~ 29.54%
B 151 of 501 ~ 30.14%

%40.32
%29.54
%30.14

CMYK color model

#CA9497 color CMYK value is (0,27,25,21).

  • cyan value is 0.00%
  • magenta value is 26.73%
  • yellow value is 25.25%
  • key color value is 20.78%
CMYK:
(0,27,25,21)
C0M27Y25K21 
(0%,27%,25%,21%)
(0.00/0.27/0.25/0.21)	

CMYK percentages

%0
%26.73
%25.25
%20.78

Codes

Color #CA9497 in popluar color models

CA9497
RGB202148151
HSL357°33.75%68.63%
HSB/HSV357°26.73%79.22%
CMYK0.00%26.73%25.25%
20.78%

Color #CA9497 in popluar number systems.

HEXCA9497
Decimal202148151
Binary110010101001010010010111
Octal312224227

Shades and tints

Shades of #CA9497

#CA9497
(202,148,151)
#B8878A
(184,135,138)
#A67A7D
(166,122,125)
#946D70
(148,109,112)
#826063
(130,96,99)
#705356
(112,83,86)
#5E4649
(94,70,73)
#4C393C
(76,57,60)
#3A2C2F
(58,44,47)
#281F22
(40,31,34)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #CA9497

#CA9497
(202,148,151)
#CE9DA0
(206,157,160)
#D2A6A9
(210,166,169)
#D6AFB2
(214,175,178)
#DAB8BB
(218,184,187)
#DEC1C4
(222,193,196)
#E2CACD
(226,202,205)
#E6D3D6
(230,211,214)
#EADCDF
(234,220,223)
#EEE5E8
(238,229,232)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9497; }

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

This text font color is #CA9497.


Background Color

.myBgColor { background-color: #CA9497; }

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

This div background color is #CA9497.


Border color

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

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

This div border color is #CA9497.


Opacity

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

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

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

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

This text has shadow with #CA9497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9497 on black background.


Color preview on white background

This text has color #CA9497 on white background.



Black color preview on #CA9497 background

This text has black color on #CA9497 background.


White color preview on #CA9497 background

This text has white color on #CA9497 background.