COLOR #C095D0

HEX: #C095D0
RGB: (192,149,208)

Color info

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

RGB color model

#C095D0 color RGB value is (192,149,208).

  • red value is 192;
  • green value is 149;
  • blue value is 208.
RGB:
(192,149,208)
(75%,58%,82%)

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 208 of 255 = 82%

192
149
208

R + G + B ~ 72%. #C095D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 149 + 208 = 549 (100%)
R 192 of 549 ~ 34.97%
G 149 of 549 ~ 27.14%
B 208 of 549 ~ 37.89%

%34.97
%27.14
%37.89

CMYK color model

#C095D0 color CMYK value is (8,28,0,18).

  • cyan value is 7.69%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(8,28,0,18)
C8M28Y0K18 
(8%,28%,0%,18%)
(0.08/0.28/0.00/0.18)	

CMYK percentages

%7.69
%28.37
%0
%18.43

Codes

Color #C095D0 in popluar color models

C095D0
RGB192149208
HSL284°38.56%70.00%
HSB/HSV284°28.37%81.57%
CMYK7.69%28.37%0.00%
18.43%

Color #C095D0 in popluar number systems.

HEXC095D0
Decimal192149208
Binary110000001001010111010000
Octal300225320

Shades and tints

Shades of #C095D0

#C095D0
(192,149,208)
#AF88BE
(175,136,190)
#9E7BAC
(158,123,172)
#8D6E9A
(141,110,154)
#7C6188
(124,97,136)
#6B5476
(107,84,118)
#5A4764
(90,71,100)
#493A52
(73,58,82)
#382D40
(56,45,64)
#27202E
(39,32,46)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #C095D0

#C095D0
(192,149,208)
#C59ED4
(197,158,212)
#CAA7D8
(202,167,216)
#CFB0DC
(207,176,220)
#D4B9E0
(212,185,224)
#D9C2E4
(217,194,228)
#DECBE8
(222,203,232)
#E3D4EC
(227,212,236)
#E8DDF0
(232,221,240)
#EDE6F4
(237,230,244)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C095D0; }

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

This text font color is #C095D0.


Background Color

.myBgColor { background-color: #C095D0; }

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

This div background color is #C095D0.


Border color

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

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

This div border color is #C095D0.


Opacity

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

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

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

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

This text has shadow with #C095D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C095D0 on black background.


Color preview on white background

This text has color #C095D0 on white background.



Black color preview on #C095D0 background

This text has black color on #C095D0 background.


White color preview on #C095D0 background

This text has white color on #C095D0 background.