COLOR #C09FBA

HEX: #C09FBA RGB: (192,159,186)

Color info

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

RGB color model

#C09FBA color RGB value is (192,159,186).

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

RGB channels and saturation

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

192
159
186

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

Portions of RGB colors in percentages

R + G + B = 192 + 159 + 186 = 537 (100%)
R 192 of 537 ~ 35.75%
G 159 of 537 ~ 29.61%
B 186 of 537 ~ 34.64'%

%35.75
%29.61
%34.64

CMYK color model

#C09FBA color CMYK value is (0,17,3,25).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 3.13%
  • key color value is 24.71%
CMYK: (0,17,3,25) C0M17Y3K25 (0%,17%,3%,25%) (0.00/0.17/0.03/0.25) 

CMYK percentages

%0
%17.19
%3.13
%24.71

Codes

Color #C09FBA in popluar color models

C0 9F BA
RGB 192 159 186
HSL 311° 20.75% 68.82%
HSB/HSV 311° 17.19% 75.29%
CMYK 0.00% 17.19% 3.13%
24.71%

Color #C09FBA in popluar number systems.

HEX C0 9F BA
Decimal 192 159 186
Binary 11000000 10011111 10111010
Octal 300 237 272

Shades and tints

Shades of #C09FBA

#C09FBA
(192,159,186)
#AF91AA
(175,145,170)
#9E839A
(158,131,154)
#8D758A
(141,117,138)
#7C677A
(124,103,122)
#6B596A
(107,89,106)
#5A4B5A
(90,75,90)
#493D4A
(73,61,74)
#382F3A
(56,47,58)
#27212A
(39,33,42)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #C09FBA

#C09FBA
(192,159,186)
#C5A7C0
(197,167,192)
#CAAFC6
(202,175,198)
#CFB7CC
(207,183,204)
#D4BFD2
(212,191,210)
#D9C7D8
(217,199,216)
#DECFDE
(222,207,222)
#E3D7E4
(227,215,228)
#E8DFEA
(232,223,234)
#EDE7F0
(237,231,240)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09FBA; }

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

This text font color is #C09FBA.

Background Color

.myBgColor { background-color: #C09FBA; }

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

This div background color is #C09FBA.

Border color

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

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

This div border color is #C09FBA.

Opacity

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

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

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

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

This text has shadow with #C09FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09FBA.

Preview

Color preview on black background

This text has color #C09FBA on black background.


Color preview on white background

This text has color #C09FBA on white background.


Black color preview on #C09FBA background

This text has black color on #C09FBA background.


White color preview on #C09FBA background

This text has white color on #C09FBA background.


Related colors

Complementary color

Complementary color for #hex is #3F6045.


I love getcolorcode.com

Triadic colors

1 #BAC09F and #9FBAC0 with #C09FBA are triadic colors.

2 #BA9FC0 and #9FC0BA with #C09FBA are triadic colors.