COLOR #C09082

HEX: #C09082
RGB: (192,144,130)

Color info

#C09082 contains mainly red and green colors. Web safe color of #C09082 is #CC9999 (or #C99).

RGB color model

#C09082 color RGB value is (192,144,130).

  • red value is 192;
  • green value is 144;
  • blue value is 130.
RGB:
(192,144,130)
(75%,56%,51%)

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 130 of 255 = 51%

192
144
130

R + G + B ~ 61%. #C09082 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 144 + 130 = 466 (100%)
R 192 of 466 ~ 41.2%
G 144 of 466 ~ 30.9%
B 130 of 466 ~ 27.9%

%41.2
%30.9
%27.9

CMYK color model

#C09082 color CMYK value is (0,25,32,25).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(0,25,32,25)
C0M25Y32K25 
(0%,25%,32%,25%)
(0.00/0.25/0.32/0.25)	

CMYK percentages

%0
%25
%32.29
%24.71

Codes

Color #C09082 in popluar color models

C09082
RGB192144130
HSL14°32.98%63.14%
HSB/HSV14°32.29%75.29%
CMYK0.00%25.00%32.29%
24.71%

Color #C09082 in popluar number systems.

HEXC09082
Decimal192144130
Binary110000001001000010000010
Octal300220202

Shades and tints

Shades of #C09082

#C09082
(192,144,130)
#AF8377
(175,131,119)
#9E766C
(158,118,108)
#8D6961
(141,105,97)
#7C5C56
(124,92,86)
#6B4F4B
(107,79,75)
#5A4240
(90,66,64)
#493535
(73,53,53)
#38282A
(56,40,42)
#271B1F
(39,27,31)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #C09082

#C09082
(192,144,130)
#C59A8D
(197,154,141)
#CAA498
(202,164,152)
#CFAEA3
(207,174,163)
#D4B8AE
(212,184,174)
#D9C2B9
(217,194,185)
#DECCC4
(222,204,196)
#E3D6CF
(227,214,207)
#E8E0DA
(232,224,218)
#EDEAE5
(237,234,229)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09082; }

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

This text font color is #C09082.


Background Color

.myBgColor { background-color: #C09082; }

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

This div background color is #C09082.


Border color

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

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

This div border color is #C09082.


Opacity

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

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

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

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

This text has shadow with #C09082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09082 on black background.


Color preview on white background

This text has color #C09082 on white background.



Black color preview on #C09082 background

This text has black color on #C09082 background.


White color preview on #C09082 background

This text has white color on #C09082 background.