COLOR #C096B8

HEX: #C096B8
RGB: (192,150,184)

Color info

#C096B8 contains red, green and blue colors in about the same proportion. Web safe color of #C096B8 is #CC99CC (or #C9C).

RGB color model

#C096B8 color RGB value is (192,150,184).

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

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 184 of 255 = 72%

192
150
184

R + G + B ~ 69%. #C096B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 184 = 526 (100%)
R 192 of 526 ~ 36.5%
G 150 of 526 ~ 28.52%
B 184 of 526 ~ 34.98%

%36.5
%28.52
%34.98

CMYK color model

#C096B8 color CMYK value is (0,22,4,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 4.17%
  • key color value is 24.71%
CMYK:
(0,22,4,25)
C0M22Y4K25 
(0%,22%,4%,25%)
(0.00/0.22/0.04/0.25)	

CMYK percentages

%0
%21.88
%4.17
%24.71

Codes

Color #C096B8 in popluar color models

C096B8
RGB192150184
HSL311°25.00%67.06%
HSB/HSV311°21.88%75.29%
CMYK0.00%21.88%4.17%
24.71%

Color #C096B8 in popluar number systems.

HEXC096B8
Decimal192150184
Binary110000001001011010111000
Octal300226270

Shades and tints

Shades of #C096B8

#C096B8
(192,150,184)
#AF89A8
(175,137,168)
#9E7C98
(158,124,152)
#8D6F88
(141,111,136)
#7C6278
(124,98,120)
#6B5568
(107,85,104)
#5A4858
(90,72,88)
#493B48
(73,59,72)
#382E38
(56,46,56)
#272128
(39,33,40)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #C096B8

#C096B8
(192,150,184)
#C59FBE
(197,159,190)
#CAA8C4
(202,168,196)
#CFB1CA
(207,177,202)
#D4BAD0
(212,186,208)
#D9C3D6
(217,195,214)
#DECCDC
(222,204,220)
#E3D5E2
(227,213,226)
#E8DEE8
(232,222,232)
#EDE7EE
(237,231,238)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C096B8; }

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

This text font color is #C096B8.


Background Color

.myBgColor { background-color: #C096B8; }

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

This div background color is #C096B8.


Border color

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

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

This div border color is #C096B8.


Opacity

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

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

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

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

This text has shadow with #C096B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C096B8 on black background.


Color preview on white background

This text has color #C096B8 on white background.



Black color preview on #C096B8 background

This text has black color on #C096B8 background.


White color preview on #C096B8 background

This text has white color on #C096B8 background.