COLOR #C09FB9

HEX: #C09FB9 RGB: (192,159,185)

Color info

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

RGB color model

#C09FB9 color RGB value is (192,159,185).

RGB: (192,159,185) (75%, 62%, 73%)

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 185 of 255 = 73%

192
159
185

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

Portions of RGB colors in percentages

R + G + B = 192 + 159 + 185 = 536 (100%)
R 192 of 536 ~ 35.82%
G 159 of 536 ~ 29.66%
B 185 of 536 ~ 34.51'%

%35.82
%29.66
%34.51

CMYK color model

#C09FB9 color CMYK value is (0,17,4,25).

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

CMYK: (0,17,4,25)
C0M17Y4K25 (0%, 17%, 4%, 25%)
(0.00 / 0.17 / 0.04 / 0.25)

CMYK percentages

%0
%17.19
%3.65
%24.71

Codes

Color #C09FB9 in popluar color models

C0 9F B9
RGB 192 159 185
HSL 313° 20.75% 68.82%
HSB/HSV 313° 17.19% 75.29%
CMYK 0.00% 17.19% 3.65%
24.71%

Color #C09FB9 in popluar number systems.

HEX C0 9F B9
Decimal 192 159 185
Binary 11000000 10011111 10111001
Octal 300 237 271

Shades and tints

Shades of #C09FB9

#C09FB9
(192,159,185)
#AF91A9
(175,145,169)
#9E8399
(158,131,153)
#8D7589
(141,117,137)
#7C6779
(124,103,121)
#6B5969
(107,89,105)
#5A4B59
(90,75,89)
#493D49
(73,61,73)
#382F39
(56,47,57)
#272129
(39,33,41)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #C09FB9

#C09FB9
(192,159,185)
#C5A7BF
(197,167,191)
#CAAFC5
(202,175,197)
#CFB7CB
(207,183,203)
#D4BFD1
(212,191,209)
#D9C7D7
(217,199,215)
#DECFDD
(222,207,221)
#E3D7E3
(227,215,227)
#E8DFE9
(232,223,233)
#EDE7EF
(237,231,239)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09FB9; }

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

This text font color is #C09FB9.

Background Color

.myBgColor { background-color: #C09FB9; }

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

This div background color is #C09FB9.

Border color

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

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

This div border color is #C09FB9.

Opacity

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

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

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

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

This text has shadow with #C09FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09FB9.

Preview

Color preview on black background

This text has color #C09FB9 on black background.


Color preview on white background

This text has color #C09FB9 on white background.


Black color preview on #C09FB9 background

This text has black color on #C09FB9 background.


White color preview on #C09FB9 background

This text has white color on #C09FB9 background.


Related colors

Complementary color

Complementary color for #hex is #3F6046.


I love getcolorcode.com

Triadic colors

1 #B9C09F and #9FB9C0 with #C09FB9 are triadic colors.

2 #B99FC0 and #9FC0B9 with #C09FB9 are triadic colors.