COLOR #C09BA7

HEX: #C09BA7
RGB: (192,155,167)

Color info

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

RGB color model

#C09BA7 color RGB value is (192,155,167).

  • red value is 192;
  • green value is 155;
  • blue value is 167.
RGB:
(192,155,167)
(75%,61%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 167 of 255 = 65%

192
155
167

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

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 167 = 514 (100%)
R 192 of 514 ~ 37.35%
G 155 of 514 ~ 30.16%
B 167 of 514 ~ 32.49%

%37.35
%30.16
%32.49

CMYK color model

#C09BA7 color CMYK value is (0,19,13,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 13.02%
  • key color value is 24.71%
CMYK:
(0,19,13,25)
C0M19Y13K25 
(0%,19%,13%,25%)
(0.00/0.19/0.13/0.25)	

CMYK percentages

%0
%19.27
%13.02
%24.71

Codes

Color #C09BA7 in popluar color models

C09BA7
RGB192155167
HSL341°22.70%68.04%
HSB/HSV341°19.27%75.29%
CMYK0.00%19.27%13.02%
24.71%

Color #C09BA7 in popluar number systems.

HEXC09BA7
Decimal192155167
Binary110000001001101110100111
Octal300233247

Shades and tints

Shades of #C09BA7

#C09BA7
(192,155,167)
#AF8D98
(175,141,152)
#9E7F89
(158,127,137)
#8D717A
(141,113,122)
#7C636B
(124,99,107)
#6B555C
(107,85,92)
#5A474D
(90,71,77)
#49393E
(73,57,62)
#382B2F
(56,43,47)
#271D20
(39,29,32)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #C09BA7

#C09BA7
(192,155,167)
#C5A4AF
(197,164,175)
#CAADB7
(202,173,183)
#CFB6BF
(207,182,191)
#D4BFC7
(212,191,199)
#D9C8CF
(217,200,207)
#DED1D7
(222,209,215)
#E3DADF
(227,218,223)
#E8E3E7
(232,227,231)
#EDECEF
(237,236,239)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09BA7 color. Also use rgb(192,155,167) instead hex code.

Text Font Color

.myTextColor { color: #C09BA7; }

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

This text font color is #C09BA7.


Background Color

.myBgColor { background-color: #C09BA7; }

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

This div background color is #C09BA7.


Border color

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

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

This div border color is #C09BA7.


Opacity

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

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

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

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

This text has shadow with #C09BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09BA7 on black background.


Color preview on white background

This text has color #C09BA7 on white background.



Black color preview on #C09BA7 background

This text has black color on #C09BA7 background.


White color preview on #C09BA7 background

This text has white color on #C09BA7 background.