COLOR #C09FA8

HEX: #C09FA8
RGB: (192,159,168)

Color info

#C09FA8 contains red, green and blue colors in about the same proportion. Web safe color of #C09FA8 is #CC9999 (or #C99).

RGB color model

#C09FA8 color RGB value is (192,159,168).

  • red value is 192;
  • green value is 159;
  • blue value is 168.
RGB:
(192,159,168)
(75%,62%,66%)

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 168 of 255 = 66%

192
159
168

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

Portions of RGB colors in percentages

R + G + B =
192 + 159 + 168 = 519 (100%)
R 192 of 519 ~ 36.99%
G 159 of 519 ~ 30.64%
B 168 of 519 ~ 32.37%

%36.99
%30.64
%32.37

CMYK color model

#C09FA8 color CMYK value is (0,17,13,25).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 12.50%
  • key color value is 24.71%
CMYK:
(0,17,13,25)
C0M17Y13K25 
(0%,17%,13%,25%)
(0.00/0.17/0.13/0.25)	

CMYK percentages

%0
%17.19
%12.5
%24.71

Codes

Color #C09FA8 in popluar color models

C09FA8
RGB192159168
HSL344°20.75%68.82%
HSB/HSV344°17.19%75.29%
CMYK0.00%17.19%12.50%
24.71%

Color #C09FA8 in popluar number systems.

HEXC09FA8
Decimal192159168
Binary110000001001111110101000
Octal300237250

Shades and tints

Shades of #C09FA8

#C09FA8
(192,159,168)
#AF9199
(175,145,153)
#9E838A
(158,131,138)
#8D757B
(141,117,123)
#7C676C
(124,103,108)
#6B595D
(107,89,93)
#5A4B4E
(90,75,78)
#493D3F
(73,61,63)
#382F30
(56,47,48)
#272121
(39,33,33)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #C09FA8

#C09FA8
(192,159,168)
#C5A7AF
(197,167,175)
#CAAFB6
(202,175,182)
#CFB7BD
(207,183,189)
#D4BFC4
(212,191,196)
#D9C7CB
(217,199,203)
#DECFD2
(222,207,210)
#E3D7D9
(227,215,217)
#E8DFE0
(232,223,224)
#EDE7E7
(237,231,231)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09FA8; }

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

This text font color is #C09FA8.


Background Color

.myBgColor { background-color: #C09FA8; }

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

This div background color is #C09FA8.


Border color

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

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

This div border color is #C09FA8.


Opacity

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

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

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

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

This text has shadow with #C09FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09FA8 on black background.


Color preview on white background

This text has color #C09FA8 on white background.



Black color preview on #C09FA8 background

This text has black color on #C09FA8 background.


White color preview on #C09FA8 background

This text has white color on #C09FA8 background.