COLOR #CA958D

HEX: #CA958D
RGB: (202,149,141)

Color info

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

RGB color model

#CA958D color RGB value is (202,149,141).

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

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 141 of 255 = 55%

202
149
141

R + G + B ~ 64%. #CA958D is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 149 + 141 = 492 (100%)
R 202 of 492 ~ 41.06%
G 149 of 492 ~ 30.28%
B 141 of 492 ~ 28.66%

%41.06
%30.28
%28.66

CMYK color model

#CA958D color CMYK value is (0,26,30,21).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 30.20%
  • key color value is 20.78%
CMYK:
(0,26,30,21)
C0M26Y30K21 
(0%,26%,30%,21%)
(0.00/0.26/0.30/0.21)	

CMYK percentages

%0
%26.24
%30.2
%20.78

Codes

Color #CA958D in popluar color models

CA958D
RGB202149141
HSL36.53%67.25%
HSB/HSV30.20%79.22%
CMYK0.00%26.24%30.20%
20.78%

Color #CA958D in popluar number systems.

HEXCA958D
Decimal202149141
Binary110010101001010110001101
Octal312225215

Shades and tints

Shades of #CA958D

#CA958D
(202,149,141)
#B88881
(184,136,129)
#A67B75
(166,123,117)
#946E69
(148,110,105)
#82615D
(130,97,93)
#705451
(112,84,81)
#5E4745
(94,71,69)
#4C3A39
(76,58,57)
#3A2D2D
(58,45,45)
#282021
(40,32,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #CA958D

#CA958D
(202,149,141)
#CE9E97
(206,158,151)
#D2A7A1
(210,167,161)
#D6B0AB
(214,176,171)
#DAB9B5
(218,185,181)
#DEC2BF
(222,194,191)
#E2CBC9
(226,203,201)
#E6D4D3
(230,212,211)
#EADDDD
(234,221,221)
#EEE6E7
(238,230,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA958D; }

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

This text font color is #CA958D.


Background Color

.myBgColor { background-color: #CA958D; }

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

This div background color is #CA958D.


Border color

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

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

This div border color is #CA958D.


Opacity

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

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

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

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

This text has shadow with #CA958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA958D on black background.


Color preview on white background

This text has color #CA958D on white background.



Black color preview on #CA958D background

This text has black color on #CA958D background.


White color preview on #CA958D background

This text has white color on #CA958D background.