COLOR #C095B8

HEX: #C095B8 RGB: (192,149,184)

Color info

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

RGB color model

#C095B8 color RGB value is (192,149,184).

RGB: (192,149,184) (75%, 58%, 72%)

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 184 of 255 = 72%

192
149
184

R + G + B ~ 68%. #C095B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 149 + 184 = 525 (100%)
R 192 of 525 ~ 36.57%
G 149 of 525 ~ 28.38%
B 184 of 525 ~ 35.05'%

%36.57
%28.38
%35.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.40%
  • 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
%22.4
%4.17
%24.71

Codes

Color #C095B8 in popluar color models

C0 95 B8
RGB 192 149 184
HSL 311° 25.44% 66.86%
HSB/HSV 311° 22.40% 75.29%
CMYK 0.00% 22.40% 4.17%
24.71%

Color #C095B8 in popluar number systems.

HEX C0 95 B8
Decimal 192 149 184
Binary 11000000 10010101 10111000
Octal 300 225 270

Shades and tints

Shades of #C095B8

#C095B8
(192,149,184)
#AF88A8
(175,136,168)
#9E7B98
(158,123,152)
#8D6E88
(141,110,136)
#7C6178
(124,97,120)
#6B5468
(107,84,104)
#5A4758
(90,71,88)
#493A48
(73,58,72)
#382D38
(56,45,56)
#272028
(39,32,40)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #C095B8

#C095B8
(192,149,184)
#C59EBE
(197,158,190)
#CAA7C4
(202,167,196)
#CFB0CA
(207,176,202)
#D4B9D0
(212,185,208)
#D9C2D6
(217,194,214)
#DECBDC
(222,203,220)
#E3D4E2
(227,212,226)
#E8DDE8
(232,221,232)
#EDE6EE
(237,230,238)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C095B8; }

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

This text font color is #C095B8.

Background Color

.myBgColor { background-color: #C095B8; }

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

This div background color is #C095B8.

Border color

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

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

This div border color is #C095B8.

Opacity

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

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

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

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

This text has shadow with #C095B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C095B8.

Preview

Color preview on black background

This text has color #C095B8 on black background.


Color preview on white background

This text has color #C095B8 on white background.


Black color preview on #C095B8 background

This text has black color on #C095B8 background.


White color preview on #C095B8 background

This text has white color on #C095B8 background.


Related colors

Complementary color

Complementary color for #hex is #3F6A47.


I love getcolorcode.com

Triadic colors

1 #B8C095 and #95B8C0 with #C095B8 are triadic colors.

2 #B895C0 and #95C0B8 with #C095B8 are triadic colors.