COLOR #C09B9B

HEX: #C09B9B
RGB: (192,155,155)

Color info

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

RGB color model

#C09B9B color RGB value is (192,155,155).

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

RGB channels and saturation

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

192
155
155

R + G + B ~ 66%. #C09B9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 155 = 502 (100%)
R 192 of 502 ~ 38.25%
G 155 of 502 ~ 30.88%
B 155 of 502 ~ 30.88%

%38.25
%30.88
%30.88

CMYK color model

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

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

CMYK percentages

%0
%19.27
%19.27
%24.71

Codes

Color #C09B9B in popluar color models

C09B9B
RGB192155155
HSL22.70%68.04%
HSB/HSV19.27%75.29%
CMYK0.00%19.27%19.27%
24.71%

Color #C09B9B in popluar number systems.

HEXC09B9B
Decimal192155155
Binary110000001001101110011011
Octal300233233

Shades and tints

Shades of #C09B9B

#C09B9B
(192,155,155)
#AF8D8D
(175,141,141)
#9E7F7F
(158,127,127)
#8D7171
(141,113,113)
#7C6363
(124,99,99)
#6B5555
(107,85,85)
#5A4747
(90,71,71)
#493939
(73,57,57)
#382B2B
(56,43,43)
#271D1D
(39,29,29)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #C09B9B

#C09B9B
(192,155,155)
#C5A4A4
(197,164,164)
#CAADAD
(202,173,173)
#CFB6B6
(207,182,182)
#D4BFBF
(212,191,191)
#D9C8C8
(217,200,200)
#DED1D1
(222,209,209)
#E3DADA
(227,218,218)
#E8E3E3
(232,227,227)
#EDECEC
(237,236,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09B9B; }

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

This text font color is #C09B9B.


Background Color

.myBgColor { background-color: #C09B9B; }

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

This div background color is #C09B9B.


Border color

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

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

This div border color is #C09B9B.


Opacity

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

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

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

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

This text has shadow with #C09B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09B9B on black background.


Color preview on white background

This text has color #C09B9B on white background.



Black color preview on #C09B9B background

This text has black color on #C09B9B background.


White color preview on #C09B9B background

This text has white color on #C09B9B background.