COLOR #C09FA0

HEX: #C09FA0
RGB: (192,159,160)

Color info

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

RGB color model

#C09FA0 color RGB value is (192,159,160).

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

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 160 of 255 = 63%

192
159
160

R + G + B ~ 67%. #C09FA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 159 + 160 = 511 (100%)
R 192 of 511 ~ 37.57%
G 159 of 511 ~ 31.12%
B 160 of 511 ~ 31.31%

%37.57
%31.12
%31.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK:
(0,17,17,25)
C0M17Y17K25 
(0%,17%,17%,25%)
(0.00/0.17/0.17/0.25)	

CMYK percentages

%0
%17.19
%16.67
%24.71

Codes

Color #C09FA0 in popluar color models

C09FA0
RGB192159160
HSL358°20.75%68.82%
HSB/HSV358°17.19%75.29%
CMYK0.00%17.19%16.67%
24.71%

Color #C09FA0 in popluar number systems.

HEXC09FA0
Decimal192159160
Binary110000001001111110100000
Octal300237240

Shades and tints

Shades of #C09FA0

#C09FA0
(192,159,160)
#AF9192
(175,145,146)
#9E8384
(158,131,132)
#8D7576
(141,117,118)
#7C6768
(124,103,104)
#6B595A
(107,89,90)
#5A4B4C
(90,75,76)
#493D3E
(73,61,62)
#382F30
(56,47,48)
#272122
(39,33,34)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #C09FA0

#C09FA0
(192,159,160)
#C5A7A8
(197,167,168)
#CAAFB0
(202,175,176)
#CFB7B8
(207,183,184)
#D4BFC0
(212,191,192)
#D9C7C8
(217,199,200)
#DECFD0
(222,207,208)
#E3D7D8
(227,215,216)
#E8DFE0
(232,223,224)
#EDE7E8
(237,231,232)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09FA0; }

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

This text font color is #C09FA0.


Background Color

.myBgColor { background-color: #C09FA0; }

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

This div background color is #C09FA0.


Border color

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

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

This div border color is #C09FA0.


Opacity

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

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

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

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

This text has shadow with #C09FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09FA0 on black background.


Color preview on white background

This text has color #C09FA0 on white background.



Black color preview on #C09FA0 background

This text has black color on #C09FA0 background.


White color preview on #C09FA0 background

This text has white color on #C09FA0 background.