COLOR #CB9595

HEX: #CB9595
RGB: (203,149,149)

Color info

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

RGB color model

#CB9595 color RGB value is (203,149,149).

  • red value is 203;
  • green value is 149;
  • blue value is 149.
RGB:
(203,149,149)
(80%,58%,58%)

RGB channels and saturation

R 203 of 255 = 80%
G 149 of 255 = 58%
B 149 of 255 = 58%

203
149
149

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

Portions of RGB colors in percentages

R + G + B =
203 + 149 + 149 = 501 (100%)
R 203 of 501 ~ 40.52%
G 149 of 501 ~ 29.74%
B 149 of 501 ~ 29.74%

%40.52
%29.74
%29.74

CMYK color model

#CB9595 color CMYK value is (0,27,27,20).

  • cyan value is 0.00%
  • magenta value is 26.60%
  • yellow value is 26.60%
  • key color value is 20.39%
CMYK:
(0,27,27,20)
C0M27Y27K20 
(0%,27%,27%,20%)
(0.00/0.27/0.27/0.20)	

CMYK percentages

%0
%26.6
%26.6
%20.39

Codes

Color #CB9595 in popluar color models

CB9595
RGB203149149
HSL34.18%69.02%
HSB/HSV26.60%79.61%
CMYK0.00%26.60%26.60%
20.39%

Color #CB9595 in popluar number systems.

HEXCB9595
Decimal203149149
Binary110010111001010110010101
Octal313225225

Shades and tints

Shades of #CB9595

#CB9595
(203,149,149)
#B98888
(185,136,136)
#A77B7B
(167,123,123)
#956E6E
(149,110,110)
#836161
(131,97,97)
#715454
(113,84,84)
#5F4747
(95,71,71)
#4D3A3A
(77,58,58)
#3B2D2D
(59,45,45)
#292020
(41,32,32)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #CB9595

#CB9595
(203,149,149)
#CF9E9E
(207,158,158)
#D3A7A7
(211,167,167)
#D7B0B0
(215,176,176)
#DBB9B9
(219,185,185)
#DFC2C2
(223,194,194)
#E3CBCB
(227,203,203)
#E7D4D4
(231,212,212)
#EBDDDD
(235,221,221)
#EFE6E6
(239,230,230)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9595; }

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

This text font color is #CB9595.


Background Color

.myBgColor { background-color: #CB9595; }

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

This div background color is #CB9595.


Border color

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

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

This div border color is #CB9595.


Opacity

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

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

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

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

This text has shadow with #CB9595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9595 on black background.


Color preview on white background

This text has color #CB9595 on white background.



Black color preview on #CB9595 background

This text has black color on #CB9595 background.


White color preview on #CB9595 background

This text has white color on #CB9595 background.