COLOR #C095BD

HEX: #C095BD
RGB: (192,149,189)

Color info

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

RGB color model

#C095BD color RGB value is (192,149,189).

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

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 189 of 255 = 74%

192
149
189

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

Portions of RGB colors in percentages

R + G + B =
192 + 149 + 189 = 530 (100%)
R 192 of 530 ~ 36.23%
G 149 of 530 ~ 28.11%
B 189 of 530 ~ 35.66%

%36.23
%28.11
%35.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK: (0,22,2,25) C0M22Y2K25 (0%,22%,2%,25%) (0.00/0.22/0.02/0.25)

CMYK percentages

%0
%22.4
%1.56
%24.71

Codes

Color #C095BD in popluar color models

C095BD
RGB192149189
HSL304°25.44%66.86%
HSB/HSV304°22.40%75.29%
CMYK0.00%22.40%1.56%
24.71%

Color #C095BD in popluar number systems.

HEXC095BD
Decimal192149189
Binary110000001001010110111101
Octal300225275

Shades and tints

Shades of #C095BD

#C095BD
(192,149,189)
#AF88AC
(175,136,172)
#9E7B9B
(158,123,155)
#8D6E8A
(141,110,138)
#7C6179
(124,97,121)
#6B5468
(107,84,104)
#5A4757
(90,71,87)
#493A46
(73,58,70)
#382D35
(56,45,53)
#272024
(39,32,36)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #C095BD

#C095BD
(192,149,189)
#C59EC3
(197,158,195)
#CAA7C9
(202,167,201)
#CFB0CF
(207,176,207)
#D4B9D5
(212,185,213)
#D9C2DB
(217,194,219)
#DECBE1
(222,203,225)
#E3D4E7
(227,212,231)
#E8DDED
(232,221,237)
#EDE6F3
(237,230,243)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C095BD; }

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

This text font color is #C095BD.


Background Color

.myBgColor { background-color: #C095BD; }

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

This div background color is #C095BD.


Border color

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

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

This div border color is #C095BD.


Opacity

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

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

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

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

This text has shadow with #C095BD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C095BD on black background.


Color preview on white background

This text has color #C095BD on white background.



Black color preview on #C095BD background

This text has black color on #C095BD background.


White color preview on #C095BD background

This text has white color on #C095BD background.