COLOR #C08270

HEX: #C08270
RGB: (192,130,112)

Color info

#C08270 contains mainly red color. Web safe color of #C08270 is #CC9966 (or #C96).

RGB color model

#C08270 color RGB value is (192,130,112).

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

RGB channels and saturation

R 192 of 255 = 75%
G 130 of 255 = 51%
B 112 of 255 = 44%

192
130
112

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

Portions of RGB colors in percentages

R + G + B =
192 + 130 + 112 = 434 (100%)
R 192 of 434 ~ 44.24%
G 130 of 434 ~ 29.95%
B 112 of 434 ~ 25.81%

%44.24
%29.95
%25.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 41.67%
  • key color value is 24.71%
CMYK:
(0,32,42,25)
C0M32Y42K25 
(0%,32%,42%,25%)
(0.00/0.32/0.42/0.25)	

CMYK percentages

%0
%32.29
%41.67
%24.71

Codes

Color #C08270 in popluar color models

C08270
RGB192130112
HSL14°38.83%59.61%
HSB/HSV14°41.67%75.29%
CMYK0.00%32.29%41.67%
24.71%

Color #C08270 in popluar number systems.

HEXC08270
Decimal192130112
Binary11000000100000101110000
Octal300202160

Shades and tints

Shades of #C08270

#C08270
(192,130,112)
#AF7766
(175,119,102)
#9E6C5C
(158,108,92)
#8D6152
(141,97,82)
#7C5648
(124,86,72)
#6B4B3E
(107,75,62)
#5A4034
(90,64,52)
#49352A
(73,53,42)
#382A20
(56,42,32)
#271F16
(39,31,22)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #C08270

#C08270
(192,130,112)
#C58D7D
(197,141,125)
#CA988A
(202,152,138)
#CFA397
(207,163,151)
#D4AEA4
(212,174,164)
#D9B9B1
(217,185,177)
#DEC4BE
(222,196,190)
#E3CFCB
(227,207,203)
#E8DAD8
(232,218,216)
#EDE5E5
(237,229,229)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08270; }

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

This text font color is #C08270.


Background Color

.myBgColor { background-color: #C08270; }

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

This div background color is #C08270.


Border color

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

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

This div border color is #C08270.


Opacity

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

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

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

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

This text has shadow with #C08270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08270 on black background.


Color preview on white background

This text has color #C08270 on white background.



Black color preview on #C08270 background

This text has black color on #C08270 background.


White color preview on #C08270 background

This text has white color on #C08270 background.