COLOR #C09982

HEX: #C09982
RGB: (192,153,130)

Color info

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

RGB color model

#C09982 color RGB value is (192,153,130).

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

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 130 of 255 = 51%

192
153
130

R + G + B ~ 62%. #C09982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 153 + 130 = 475 (100%)
R 192 of 475 ~ 40.42%
G 153 of 475 ~ 32.21%
B 130 of 475 ~ 27.37%

%40.42
%32.21
%27.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(0,20,32,25)
C0M20Y32K25 
(0%,20%,32%,25%)
(0.00/0.20/0.32/0.25)	

CMYK percentages

%0
%20.31
%32.29
%24.71

Codes

Color #C09982 in popluar color models

C09982
RGB192153130
HSL22°32.98%63.14%
HSB/HSV22°32.29%75.29%
CMYK0.00%20.31%32.29%
24.71%

Color #C09982 in popluar number systems.

HEXC09982
Decimal192153130
Binary110000001001100110000010
Octal300231202

Shades and tints

Shades of #C09982

#C09982
(192,153,130)
#AF8C77
(175,140,119)
#9E7F6C
(158,127,108)
#8D7261
(141,114,97)
#7C6556
(124,101,86)
#6B584B
(107,88,75)
#5A4B40
(90,75,64)
#493E35
(73,62,53)
#38312A
(56,49,42)
#27241F
(39,36,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #C09982

#C09982
(192,153,130)
#C5A28D
(197,162,141)
#CAAB98
(202,171,152)
#CFB4A3
(207,180,163)
#D4BDAE
(212,189,174)
#D9C6B9
(217,198,185)
#DECFC4
(222,207,196)
#E3D8CF
(227,216,207)
#E8E1DA
(232,225,218)
#EDEAE5
(237,234,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09982; }

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

This text font color is #C09982.


Background Color

.myBgColor { background-color: #C09982; }

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

This div background color is #C09982.


Border color

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

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

This div border color is #C09982.


Opacity

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

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

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

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

This text has shadow with #C09982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09982 on black background.


Color preview on white background

This text has color #C09982 on white background.



Black color preview on #C09982 background

This text has black color on #C09982 background.


White color preview on #C09982 background

This text has white color on #C09982 background.