COLOR #C096C0

HEX: #C096C0
RGB: (192,150,192)

Color info

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

RGB color model

#C096C0 color RGB value is (192,150,192).

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

RGB channels and saturation

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

192
150
192

R + G + B ~ 70%. #C096C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 192 = 534 (100%)
R 192 of 534 ~ 35.96%
G 150 of 534 ~ 28.09%
B 192 of 534 ~ 35.96%

%35.96
%28.09
%35.96

CMYK color model

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

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

CMYK percentages

%0
%21.88
%0
%24.71

Codes

Color #C096C0 in popluar color models

C096C0
RGB192150192
HSL300°25.00%67.06%
HSB/HSV300°21.88%75.29%
CMYK0.00%21.88%0.00%
24.71%

Color #C096C0 in popluar number systems.

HEXC096C0
Decimal192150192
Binary110000001001011011000000
Octal300226300

Shades and tints

Shades of #C096C0

#C096C0
(192,150,192)
#AF89AF
(175,137,175)
#9E7C9E
(158,124,158)
#8D6F8D
(141,111,141)
#7C627C
(124,98,124)
#6B556B
(107,85,107)
#5A485A
(90,72,90)
#493B49
(73,59,73)
#382E38
(56,46,56)
#272127
(39,33,39)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #C096C0

#C096C0
(192,150,192)
#C59FC5
(197,159,197)
#CAA8CA
(202,168,202)
#CFB1CF
(207,177,207)
#D4BAD4
(212,186,212)
#D9C3D9
(217,195,217)
#DECCDE
(222,204,222)
#E3D5E3
(227,213,227)
#E8DEE8
(232,222,232)
#EDE7ED
(237,231,237)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C096C0; }

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

This text font color is #C096C0.


Background Color

.myBgColor { background-color: #C096C0; }

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

This div background color is #C096C0.


Border color

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

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

This div border color is #C096C0.


Opacity

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

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

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

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

This text has shadow with #C096C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C096C0 on black background.


Color preview on white background

This text has color #C096C0 on white background.



Black color preview on #C096C0 background

This text has black color on #C096C0 background.


White color preview on #C096C0 background

This text has white color on #C096C0 background.