COLOR #C09FB4

HEX: #C09FB4 RGB: (192,159,180)

Color info

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

RGB color model

#C09FB4 color RGB value is (192,159,180).

RGB: (192,159,180) (75%, 62%, 71%)

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 180 of 255 = 71%

192
159
180

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

Portions of RGB colors in percentages

R + G + B = 192 + 159 + 180 = 531 (100%)
R 192 of 531 ~ 36.16%
G 159 of 531 ~ 29.94%
B 180 of 531 ~ 33.9'%

%36.16
%29.94
%33.9

CMYK color model

#C09FB4 color CMYK value is (0,17,6,25).

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

CMYK: (0,17,6,25)
C0M17Y6K25 (0%, 17%, 6%, 25%)
(0.00 / 0.17 / 0.06 / 0.25)

CMYK percentages

%0
%17.19
%6.25
%24.71

Codes

Color #C09FB4 in popluar color models

C0 9F B4
RGB 192 159 180
HSL 322° 20.75% 68.82%
HSB/HSV 322° 17.19% 75.29%
CMYK 0.00% 17.19% 6.25%
24.71%

Color #C09FB4 in popluar number systems.

HEX C0 9F B4
Decimal 192 159 180
Binary 11000000 10011111 10110100
Octal 300 237 264

Shades and tints

Shades of #C09FB4

#C09FB4
(192,159,180)
#AF91A4
(175,145,164)
#9E8394
(158,131,148)
#8D7584
(141,117,132)
#7C6774
(124,103,116)
#6B5964
(107,89,100)
#5A4B54
(90,75,84)
#493D44
(73,61,68)
#382F34
(56,47,52)
#272124
(39,33,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #C09FB4

#C09FB4
(192,159,180)
#C5A7BA
(197,167,186)
#CAAFC0
(202,175,192)
#CFB7C6
(207,183,198)
#D4BFCC
(212,191,204)
#D9C7D2
(217,199,210)
#DECFD8
(222,207,216)
#E3D7DE
(227,215,222)
#E8DFE4
(232,223,228)
#EDE7EA
(237,231,234)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09FB4; }

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

This text font color is #C09FB4.

Background Color

.myBgColor { background-color: #C09FB4; }

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

This div background color is #C09FB4.

Border color

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

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

This div border color is #C09FB4.

Opacity

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

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

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

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

This text has shadow with #C09FB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09FB4.

Preview

Color preview on black background

This text has color #C09FB4 on black background.


Color preview on white background

This text has color #C09FB4 on white background.


Black color preview on #C09FB4 background

This text has black color on #C09FB4 background.


White color preview on #C09FB4 background

This text has white color on #C09FB4 background.


Related colors

Complementary color

Complementary color for #hex is #3F604B.


I love getcolorcode.com

Triadic colors

1 #B4C09F and #9FB4C0 with #C09FB4 are triadic colors.

2 #B49FC0 and #9FC0B4 with #C09FB4 are triadic colors.