COLOR #C08571

HEX: #C08571
RGB: (192,133,113)

Color info

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

RGB color model

#C08571 color RGB value is (192,133,113).

  • red value is 192;
  • green value is 133;
  • blue value is 113.
RGB:
(192,133,113)
(75%,52%,44%)

RGB channels and saturation

R 192 of 255 = 75%
G 133 of 255 = 52%
B 113 of 255 = 44%

192
133
113

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

Portions of RGB colors in percentages

R + G + B =
192 + 133 + 113 = 438 (100%)
R 192 of 438 ~ 43.84%
G 133 of 438 ~ 30.37%
B 113 of 438 ~ 25.8%

%43.84
%30.37
%25.8

CMYK color model

#C08571 color CMYK value is (0,31,41,25).

  • cyan value is 0.00%
  • magenta value is 30.73%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK:
(0,31,41,25)
C0M31Y41K25 
(0%,31%,41%,25%)
(0.00/0.31/0.41/0.25)	

CMYK percentages

%0
%30.73
%41.15
%24.71

Codes

Color #C08571 in popluar color models

C08571
RGB192133113
HSL15°38.54%59.80%
HSB/HSV15°41.15%75.29%
CMYK0.00%30.73%41.15%
24.71%

Color #C08571 in popluar number systems.

HEXC08571
Decimal192133113
Binary11000000100001011110001
Octal300205161

Shades and tints

Shades of #C08571

#C08571
(192,133,113)
#AF7967
(175,121,103)
#9E6D5D
(158,109,93)
#8D6153
(141,97,83)
#7C5549
(124,85,73)
#6B493F
(107,73,63)
#5A3D35
(90,61,53)
#49312B
(73,49,43)
#382521
(56,37,33)
#271917
(39,25,23)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #C08571

#C08571
(192,133,113)
#C5907D
(197,144,125)
#CA9B89
(202,155,137)
#CFA695
(207,166,149)
#D4B1A1
(212,177,161)
#D9BCAD
(217,188,173)
#DEC7B9
(222,199,185)
#E3D2C5
(227,210,197)
#E8DDD1
(232,221,209)
#EDE8DD
(237,232,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08571 color. Also use rgb(192,133,113) instead hex code.

Text Font Color

.myTextColor { color: #C08571; }

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

This text font color is #C08571.


Background Color

.myBgColor { background-color: #C08571; }

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

This div background color is #C08571.


Border color

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

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

This div border color is #C08571.


Opacity

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

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

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

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

This text has shadow with #C08571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08571 on black background.


Color preview on white background

This text has color #C08571 on white background.



Black color preview on #C08571 background

This text has black color on #C08571 background.


White color preview on #C08571 background

This text has white color on #C08571 background.