COLOR #C096A0

HEX: #C096A0
RGB: (192,150,160)

Color info

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

RGB color model

#C096A0 color RGB value is (192,150,160).

  • red value is 192;
  • green value is 150;
  • blue value is 160.
RGB: (192,150,160) (75%,59%,63%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 160 of 255 = 63%

192
150
160

R + G + B ~ 66%. #C096A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 160 = 502 (100%)
R 192 of 502 ~ 38.25%
G 150 of 502 ~ 29.88%
B 160 of 502 ~ 31.87%

%38.25
%29.88
%31.87

CMYK color model

#C096A0 color CMYK value is (0,22,17,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK: (0,22,17,25) C0M22Y17K25 (0%,22%,17%,25%) (0.00/0.22/0.17/0.25)

CMYK percentages

%0
%21.88
%16.67
%24.71

Codes

Color #C096A0 in popluar color models

C096A0
RGB192150160
HSL346°25.00%67.06%
HSB/HSV346°21.88%75.29%
CMYK0.00%21.88%16.67%
24.71%

Color #C096A0 in popluar number systems.

HEXC096A0
Decimal192150160
Binary110000001001011010100000
Octal300226240

Shades and tints

Shades of #C096A0

#C096A0
(192,150,160)
#AF8992
(175,137,146)
#9E7C84
(158,124,132)
#8D6F76
(141,111,118)
#7C6268
(124,98,104)
#6B555A
(107,85,90)
#5A484C
(90,72,76)
#493B3E
(73,59,62)
#382E30
(56,46,48)
#272122
(39,33,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C096A0

#C096A0
(192,150,160)
#C59FA8
(197,159,168)
#CAA8B0
(202,168,176)
#CFB1B8
(207,177,184)
#D4BAC0
(212,186,192)
#D9C3C8
(217,195,200)
#DECCD0
(222,204,208)
#E3D5D8
(227,213,216)
#E8DEE0
(232,222,224)
#EDE7E8
(237,231,232)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C096A0 color. Also use rgb(192,150,160) instead hex code.

Text Font Color

.myTextColor { color: #C096A0; }

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

This text font color is #C096A0.


Background Color

.myBgColor { background-color: #C096A0; }

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

This div background color is #C096A0.


Border color

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

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

This div border color is #C096A0.


Opacity

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

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

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

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

This text has shadow with #C096A0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C096A0 on black background.


Color preview on white background

This text has color #C096A0 on white background.



Black color preview on #C096A0 background

This text has black color on #C096A0 background.


White color preview on #C096A0 background

This text has white color on #C096A0 background.