COLOR #C09FBC

HEX: #C09FBC RGB: (192,159,188)

Color info

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

RGB color model

#C09FBC color RGB value is (192,159,188).

RGB: (192,159,188) (75%, 62%, 74%)

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 188 of 255 = 74%

192
159
188

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

Portions of RGB colors in percentages

R + G + B = 192 + 159 + 188 = 539 (100%)
R 192 of 539 ~ 35.62%
G 159 of 539 ~ 29.5%
B 188 of 539 ~ 34.88'%

%35.62
%29.5
%34.88

CMYK color model

#C09FBC color CMYK value is (0,17,2,25).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 2.08%
  • key color value is 24.71%

CMYK: (0,17,2,25)
C0M17Y2K25 (0%, 17%, 2%, 25%)
(0.00 / 0.17 / 0.02 / 0.25)

CMYK percentages

%0
%17.19
%2.08
%24.71

Codes

Color #C09FBC in popluar color models

C0 9F BC
RGB 192 159 188
HSL 307° 20.75% 68.82%
HSB/HSV 307° 17.19% 75.29%
CMYK 0.00% 17.19% 2.08%
24.71%

Color #C09FBC in popluar number systems.

HEX C0 9F BC
Decimal 192 159 188
Binary 11000000 10011111 10111100
Octal 300 237 274

Shades and tints

Shades of #C09FBC

#C09FBC
(192,159,188)
#AF91AB
(175,145,171)
#9E839A
(158,131,154)
#8D7589
(141,117,137)
#7C6778
(124,103,120)
#6B5967
(107,89,103)
#5A4B56
(90,75,86)
#493D45
(73,61,69)
#382F34
(56,47,52)
#272123
(39,33,35)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #C09FBC

#C09FBC
(192,159,188)
#C5A7C2
(197,167,194)
#CAAFC8
(202,175,200)
#CFB7CE
(207,183,206)
#D4BFD4
(212,191,212)
#D9C7DA
(217,199,218)
#DECFE0
(222,207,224)
#E3D7E6
(227,215,230)
#E8DFEC
(232,223,236)
#EDE7F2
(237,231,242)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09FBC; }

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

This text font color is #C09FBC.

Background Color

.myBgColor { background-color: #C09FBC; }

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

This div background color is #C09FBC.

Border color

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

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

This div border color is #C09FBC.

Opacity

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

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

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

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

This text has shadow with #C09FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09FBC.

Preview

Color preview on black background

This text has color #C09FBC on black background.


Color preview on white background

This text has color #C09FBC on white background.


Black color preview on #C09FBC background

This text has black color on #C09FBC background.


White color preview on #C09FBC background

This text has white color on #C09FBC background.


Related colors

Complementary color

Complementary color for #hex is #3F6043.


I love getcolorcode.com

Triadic colors

1 #BCC09F and #9FBCC0 with #C09FBC are triadic colors.

2 #BC9FC0 and #9FC0BC with #C09FBC are triadic colors.