COLOR #C09888

HEX: #C09888
RGB: (192,152,136)

Color info

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

RGB color model

#C09888 color RGB value is (192,152,136).

  • red value is 192;
  • green value is 152;
  • blue value is 136.
RGB:
(192,152,136)
(75%,60%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 136 of 255 = 53%

192
152
136

R + G + B ~ 63%. #C09888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 152 + 136 = 480 (100%)
R 192 of 480 ~ 40%
G 152 of 480 ~ 31.67%
B 136 of 480 ~ 28.33%

%40
%31.67
%28.33

CMYK color model

#C09888 color CMYK value is (0,21,29,25).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 29.17%
  • key color value is 24.71%
CMYK:
(0,21,29,25)
C0M21Y29K25 
(0%,21%,29%,25%)
(0.00/0.21/0.29/0.25)	

CMYK percentages

%0
%20.83
%29.17
%24.71

Codes

Color #C09888 in popluar color models

C09888
RGB192152136
HSL17°30.77%64.31%
HSB/HSV17°29.17%75.29%
CMYK0.00%20.83%29.17%
24.71%

Color #C09888 in popluar number systems.

HEXC09888
Decimal192152136
Binary110000001001100010001000
Octal300230210

Shades and tints

Shades of #C09888

#C09888
(192,152,136)
#AF8B7C
(175,139,124)
#9E7E70
(158,126,112)
#8D7164
(141,113,100)
#7C6458
(124,100,88)
#6B574C
(107,87,76)
#5A4A40
(90,74,64)
#493D34
(73,61,52)
#383028
(56,48,40)
#27231C
(39,35,28)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #C09888

#C09888
(192,152,136)
#C5A192
(197,161,146)
#CAAA9C
(202,170,156)
#CFB3A6
(207,179,166)
#D4BCB0
(212,188,176)
#D9C5BA
(217,197,186)
#DECEC4
(222,206,196)
#E3D7CE
(227,215,206)
#E8E0D8
(232,224,216)
#EDE9E2
(237,233,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09888; }

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

This text font color is #C09888.


Background Color

.myBgColor { background-color: #C09888; }

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

This div background color is #C09888.


Border color

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

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

This div border color is #C09888.


Opacity

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

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

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

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

This text has shadow with #C09888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09888 on black background.


Color preview on white background

This text has color #C09888 on white background.



Black color preview on #C09888 background

This text has black color on #C09888 background.


White color preview on #C09888 background

This text has white color on #C09888 background.