COLOR #C09970

HEX: #C09970
RGB: (192,153,112)

Color info

#C09970 contains mainly red and green colors. Web safe color of #C09970 is #CC9966 (or #C96).

RGB color model

#C09970 color RGB value is (192,153,112).

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

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 112 of 255 = 44%

192
153
112

R + G + B ~ 60%. #C09970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 153 + 112 = 457 (100%)
R 192 of 457 ~ 42.01%
G 153 of 457 ~ 33.48%
B 112 of 457 ~ 24.51%

%42.01
%33.48
%24.51

CMYK color model

#C09970 color CMYK value is (0,20,42,25).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 41.67%
  • key color value is 24.71%
CMYK:
(0,20,42,25)
C0M20Y42K25 
(0%,20%,42%,25%)
(0.00/0.20/0.42/0.25)	

CMYK percentages

%0
%20.31
%41.67
%24.71

Codes

Color #C09970 in popluar color models

C09970
RGB192153112
HSL31°38.83%59.61%
HSB/HSV31°41.67%75.29%
CMYK0.00%20.31%41.67%
24.71%

Color #C09970 in popluar number systems.

HEXC09970
Decimal192153112
Binary11000000100110011110000
Octal300231160

Shades and tints

Shades of #C09970

#C09970
(192,153,112)
#AF8C66
(175,140,102)
#9E7F5C
(158,127,92)
#8D7252
(141,114,82)
#7C6548
(124,101,72)
#6B583E
(107,88,62)
#5A4B34
(90,75,52)
#493E2A
(73,62,42)
#383120
(56,49,32)
#272416
(39,36,22)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #C09970

#C09970
(192,153,112)
#C5A27D
(197,162,125)
#CAAB8A
(202,171,138)
#CFB497
(207,180,151)
#D4BDA4
(212,189,164)
#D9C6B1
(217,198,177)
#DECFBE
(222,207,190)
#E3D8CB
(227,216,203)
#E8E1D8
(232,225,216)
#EDEAE5
(237,234,229)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09970; }

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

This text font color is #C09970.


Background Color

.myBgColor { background-color: #C09970; }

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

This div background color is #C09970.


Border color

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

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

This div border color is #C09970.


Opacity

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

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

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

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

This text has shadow with #C09970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09970 on black background.


Color preview on white background

This text has color #C09970 on white background.



Black color preview on #C09970 background

This text has black color on #C09970 background.


White color preview on #C09970 background

This text has white color on #C09970 background.