COLOR #C096A6

HEX: #C096A6
RGB: (192,150,166)

Color info

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

RGB color model

#C096A6 color RGB value is (192,150,166).

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

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 166 of 255 = 65%

192
150
166

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

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 166 = 508 (100%)
R 192 of 508 ~ 37.8%
G 150 of 508 ~ 29.53%
B 166 of 508 ~ 32.68%

%37.8
%29.53
%32.68

CMYK color model

#C096A6 color CMYK value is (0,22,14,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 13.54%
  • key color value is 24.71%
CMYK:
(0,22,14,25)
C0M22Y14K25 
(0%,22%,14%,25%)
(0.00/0.22/0.14/0.25)	

CMYK percentages

%0
%21.88
%13.54
%24.71

Codes

Color #C096A6 in popluar color models

C096A6
RGB192150166
HSL337°25.00%67.06%
HSB/HSV337°21.88%75.29%
CMYK0.00%21.88%13.54%
24.71%

Color #C096A6 in popluar number systems.

HEXC096A6
Decimal192150166
Binary110000001001011010100110
Octal300226246

Shades and tints

Shades of #C096A6

#C096A6
(192,150,166)
#AF8997
(175,137,151)
#9E7C88
(158,124,136)
#8D6F79
(141,111,121)
#7C626A
(124,98,106)
#6B555B
(107,85,91)
#5A484C
(90,72,76)
#493B3D
(73,59,61)
#382E2E
(56,46,46)
#27211F
(39,33,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #C096A6

#C096A6
(192,150,166)
#C59FAE
(197,159,174)
#CAA8B6
(202,168,182)
#CFB1BE
(207,177,190)
#D4BAC6
(212,186,198)
#D9C3CE
(217,195,206)
#DECCD6
(222,204,214)
#E3D5DE
(227,213,222)
#E8DEE6
(232,222,230)
#EDE7EE
(237,231,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C096A6; }

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

This text font color is #C096A6.


Background Color

.myBgColor { background-color: #C096A6; }

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

This div background color is #C096A6.


Border color

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

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

This div border color is #C096A6.


Opacity

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

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

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

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

This text has shadow with #C096A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C096A6 on black background.


Color preview on white background

This text has color #C096A6 on white background.



Black color preview on #C096A6 background

This text has black color on #C096A6 background.


White color preview on #C096A6 background

This text has white color on #C096A6 background.