COLOR #C0959D

HEX: #C0959D
RGB: (192,149,157)

Color info

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

RGB color model

#C0959D color RGB value is (192,149,157).

  • red value is 192;
  • green value is 149;
  • blue value is 157.
RGB:
(192,149,157)
(75%,58%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 157 of 255 = 62%

192
149
157

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

Portions of RGB colors in percentages

R + G + B =
192 + 149 + 157 = 498 (100%)
R 192 of 498 ~ 38.55%
G 149 of 498 ~ 29.92%
B 157 of 498 ~ 31.53%

%38.55
%29.92
%31.53

CMYK color model

#C0959D color CMYK value is (0,22,18,25).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 18.23%
  • key color value is 24.71%
CMYK:
(0,22,18,25)
C0M22Y18K25 
(0%,22%,18%,25%)
(0.00/0.22/0.18/0.25)	

CMYK percentages

%0
%22.4
%18.23
%24.71

Codes

Color #C0959D in popluar color models

C0959D
RGB192149157
HSL349°25.44%66.86%
HSB/HSV349°22.40%75.29%
CMYK0.00%22.40%18.23%
24.71%

Color #C0959D in popluar number systems.

HEXC0959D
Decimal192149157
Binary110000001001010110011101
Octal300225235

Shades and tints

Shades of #C0959D

#C0959D
(192,149,157)
#AF888F
(175,136,143)
#9E7B81
(158,123,129)
#8D6E73
(141,110,115)
#7C6165
(124,97,101)
#6B5457
(107,84,87)
#5A4749
(90,71,73)
#493A3B
(73,58,59)
#382D2D
(56,45,45)
#27201F
(39,32,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #C0959D

#C0959D
(192,149,157)
#C59EA5
(197,158,165)
#CAA7AD
(202,167,173)
#CFB0B5
(207,176,181)
#D4B9BD
(212,185,189)
#D9C2C5
(217,194,197)
#DECBCD
(222,203,205)
#E3D4D5
(227,212,213)
#E8DDDD
(232,221,221)
#EDE6E5
(237,230,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0959D; }

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

This text font color is #C0959D.


Background Color

.myBgColor { background-color: #C0959D; }

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

This div background color is #C0959D.


Border color

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

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

This div border color is #C0959D.


Opacity

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

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

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

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

This text has shadow with #C0959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0959D on black background.


Color preview on white background

This text has color #C0959D on white background.



Black color preview on #C0959D background

This text has black color on #C0959D background.


White color preview on #C0959D background

This text has white color on #C0959D background.