COLOR #C096AA

HEX: #C096AA
RGB: (192,150,170)

Color info

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

RGB color model

#C096AA color RGB value is (192,150,170).

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

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 170 of 255 = 67%

192
150
170

R + G + B ~ 67%. #C096AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 170 = 512 (100%)
R 192 of 512 ~ 37.5%
G 150 of 512 ~ 29.3%
B 170 of 512 ~ 33.2%

%37.5
%29.3
%33.2

CMYK color model

#C096AA color CMYK value is (0,22,11,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(0,22,11,25)
C0M22Y11K25 
(0%,22%,11%,25%)
(0.00/0.22/0.11/0.25)	

CMYK percentages

%0
%21.88
%11.46
%24.71

Codes

Color #C096AA in popluar color models

C096AA
RGB192150170
HSL331°25.00%67.06%
HSB/HSV331°21.88%75.29%
CMYK0.00%21.88%11.46%
24.71%

Color #C096AA in popluar number systems.

HEXC096AA
Decimal192150170
Binary110000001001011010101010
Octal300226252

Shades and tints

Shades of #C096AA

#C096AA
(192,150,170)
#AF899B
(175,137,155)
#9E7C8C
(158,124,140)
#8D6F7D
(141,111,125)
#7C626E
(124,98,110)
#6B555F
(107,85,95)
#5A4850
(90,72,80)
#493B41
(73,59,65)
#382E32
(56,46,50)
#272123
(39,33,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C096AA

#C096AA
(192,150,170)
#C59FB1
(197,159,177)
#CAA8B8
(202,168,184)
#CFB1BF
(207,177,191)
#D4BAC6
(212,186,198)
#D9C3CD
(217,195,205)
#DECCD4
(222,204,212)
#E3D5DB
(227,213,219)
#E8DEE2
(232,222,226)
#EDE7E9
(237,231,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C096AA; }

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

This text font color is #C096AA.


Background Color

.myBgColor { background-color: #C096AA; }

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

This div background color is #C096AA.


Border color

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

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

This div border color is #C096AA.


Opacity

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

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

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

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

This text has shadow with #C096AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C096AA on black background.


Color preview on white background

This text has color #C096AA on white background.



Black color preview on #C096AA background

This text has black color on #C096AA background.


White color preview on #C096AA background

This text has white color on #C096AA background.