COLOR #C08579

HEX: #C08579 RGB: (192,133,121)

Color info

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

RGB color model

#C08579 color RGB value is (192,133,121).

RGB: (192,133,121) (75%, 52%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 133 of 255 = 52%
B 121 of 255 = 47%

192
133
121

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

Portions of RGB colors in percentages

R + G + B = 192 + 133 + 121 = 446 (100%)
R 192 of 446 ~ 43.05%
G 133 of 446 ~ 29.82%
B 121 of 446 ~ 27.13'%

%43.05
%29.82
%27.13

CMYK color model

#C08579 color CMYK value is (0,31,37,25).

  • cyan value is 0.00%
  • magenta value is 30.73%
  • yellow value is 36.98%
  • key color value is 24.71%

CMYK: (0,31,37,25)
C0M31Y37K25 (0%, 31%, 37%, 25%)
(0.00 / 0.31 / 0.37 / 0.25)

CMYK percentages

%0
%30.73
%36.98
%24.71

Codes

Color #C08579 in popluar color models

C0 85 79
RGB 192 133 121
HSL 10° 36.04% 61.37%
HSB/HSV 10° 36.98% 75.29%
CMYK 0.00% 30.73% 36.98%
24.71%

Color #C08579 in popluar number systems.

HEX C0 85 79
Decimal 192 133 121
Binary 11000000 10000101 1111001
Octal 300 205 171

Shades and tints

Shades of #C08579

#C08579
(192,133,121)
#AF796E
(175,121,110)
#9E6D63
(158,109,99)
#8D6158
(141,97,88)
#7C554D
(124,85,77)
#6B4942
(107,73,66)
#5A3D37
(90,61,55)
#49312C
(73,49,44)
#382521
(56,37,33)
#271916
(39,25,22)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #C08579

#C08579
(192,133,121)
#C59085
(197,144,133)
#CA9B91
(202,155,145)
#CFA69D
(207,166,157)
#D4B1A9
(212,177,169)
#D9BCB5
(217,188,181)
#DEC7C1
(222,199,193)
#E3D2CD
(227,210,205)
#E8DDD9
(232,221,217)
#EDE8E5
(237,232,229)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08579; }

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

This text font color is #C08579.

Background Color

.myBgColor { background-color: #C08579; }

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

This div background color is #C08579.

Border color

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

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

This div border color is #C08579.

Opacity

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

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

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

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

This text has shadow with #C08579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08579.

Preview

Color preview on black background

This text has color #C08579 on black background.


Color preview on white background

This text has color #C08579 on white background.


Black color preview on #C08579 background

This text has black color on #C08579 background.


White color preview on #C08579 background

This text has white color on #C08579 background.


Related colors

Complementary color

Complementary color for #hex is #3F7A86.


I love getcolorcode.com

Triadic colors

1 #79C085 and #8579C0 with #C08579 are triadic colors.

2 #7985C0 and #85C079 with #C08579 are triadic colors.