COLOR #C095BF

HEX: #C095BF
RGB: (192,149,191)

Color info

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

RGB color model

#C095BF color RGB value is (192,149,191).

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

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 191 of 255 = 75%

192
149
191

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

Portions of RGB colors in percentages

R + G + B =
192 + 149 + 191 = 532 (100%)
R 192 of 532 ~ 36.09%
G 149 of 532 ~ 28.01%
B 191 of 532 ~ 35.9%

%36.09
%28.01
%35.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 0.52%
  • key color value is 24.71%
CMYK:
(0,22,1,25)
C0M22Y1K25 
(0%,22%,1%,25%)
(0.00/0.22/0.01/0.25)	

CMYK percentages

%0
%22.4
%0.52
%24.71

Codes

Color #C095BF in popluar color models

C095BF
RGB192149191
HSL301°25.44%66.86%
HSB/HSV301°22.40%75.29%
CMYK0.00%22.40%0.52%
24.71%

Color #C095BF in popluar number systems.

HEXC095BF
Decimal192149191
Binary110000001001010110111111
Octal300225277

Shades and tints

Shades of #C095BF

#C095BF
(192,149,191)
#AF88AE
(175,136,174)
#9E7B9D
(158,123,157)
#8D6E8C
(141,110,140)
#7C617B
(124,97,123)
#6B546A
(107,84,106)
#5A4759
(90,71,89)
#493A48
(73,58,72)
#382D37
(56,45,55)
#272026
(39,32,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #C095BF

#C095BF
(192,149,191)
#C59EC4
(197,158,196)
#CAA7C9
(202,167,201)
#CFB0CE
(207,176,206)
#D4B9D3
(212,185,211)
#D9C2D8
(217,194,216)
#DECBDD
(222,203,221)
#E3D4E2
(227,212,226)
#E8DDE7
(232,221,231)
#EDE6EC
(237,230,236)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C095BF; }

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

This text font color is #C095BF.


Background Color

.myBgColor { background-color: #C095BF; }

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

This div background color is #C095BF.


Border color

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

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

This div border color is #C095BF.


Opacity

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

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

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

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

This text has shadow with #C095BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C095BF on black background.


Color preview on white background

This text has color #C095BF on white background.



Black color preview on #C095BF background

This text has black color on #C095BF background.


White color preview on #C095BF background

This text has white color on #C095BF background.