COLOR #C09BAC

HEX: #C09BAC
RGB: (192,155,172)

Color info

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

RGB color model

#C09BAC color RGB value is (192,155,172).

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

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 172 of 255 = 67%

192
155
172

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

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 172 = 519 (100%)
R 192 of 519 ~ 36.99%
G 155 of 519 ~ 29.87%
B 172 of 519 ~ 33.14%

%36.99
%29.87
%33.14

CMYK color model

#C09BAC color CMYK value is (0,19,10,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 10.42%
  • key color value is 24.71%
CMYK:
(0,19,10,25)
C0M19Y10K25 
(0%,19%,10%,25%)
(0.00/0.19/0.10/0.25)	

CMYK percentages

%0
%19.27
%10.42
%24.71

Codes

Color #C09BAC in popluar color models

C09BAC
RGB192155172
HSL332°22.70%68.04%
HSB/HSV332°19.27%75.29%
CMYK0.00%19.27%10.42%
24.71%

Color #C09BAC in popluar number systems.

HEXC09BAC
Decimal192155172
Binary110000001001101110101100
Octal300233254

Shades and tints

Shades of #C09BAC

#C09BAC
(192,155,172)
#AF8D9D
(175,141,157)
#9E7F8E
(158,127,142)
#8D717F
(141,113,127)
#7C6370
(124,99,112)
#6B5561
(107,85,97)
#5A4752
(90,71,82)
#493943
(73,57,67)
#382B34
(56,43,52)
#271D25
(39,29,37)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #C09BAC

#C09BAC
(192,155,172)
#C5A4B3
(197,164,179)
#CAADBA
(202,173,186)
#CFB6C1
(207,182,193)
#D4BFC8
(212,191,200)
#D9C8CF
(217,200,207)
#DED1D6
(222,209,214)
#E3DADD
(227,218,221)
#E8E3E4
(232,227,228)
#EDECEB
(237,236,235)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09BAC; }

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

This text font color is #C09BAC.


Background Color

.myBgColor { background-color: #C09BAC; }

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

This div background color is #C09BAC.


Border color

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

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

This div border color is #C09BAC.


Opacity

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

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

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

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

This text has shadow with #C09BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09BAC on black background.


Color preview on white background

This text has color #C09BAC on white background.



Black color preview on #C09BAC background

This text has black color on #C09BAC background.


White color preview on #C09BAC background

This text has white color on #C09BAC background.