COLOR #C08459

HEX: #C08459
RGB: (192,132,89)

Color info

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

RGB color model

#C08459 color RGB value is (192,132,89).

  • red value is 192;
  • green value is 132;
  • blue value is 89.
RGB:
(192,132,89)
(75%,52%,35%)

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 89 of 255 = 35%

192
132
89

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

Portions of RGB colors in percentages

R + G + B =
192 + 132 + 89 = 413 (100%)
R 192 of 413 ~ 46.49%
G 132 of 413 ~ 31.96%
B 89 of 413 ~ 21.55%

%46.49
%31.96
%21.55

CMYK color model

#C08459 color CMYK value is (0,31,54,25).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 53.65%
  • key color value is 24.71%
CMYK:
(0,31,54,25)
C0M31Y54K25 
(0%,31%,54%,25%)
(0.00/0.31/0.54/0.25)	

CMYK percentages

%0
%31.25
%53.65
%24.71

Codes

Color #C08459 in popluar color models

C08459
RGB19213289
HSL25°44.98%55.10%
HSB/HSV25°53.65%75.29%
CMYK0.00%31.25%53.65%
24.71%

Color #C08459 in popluar number systems.

HEXC08459
Decimal19213289
Binary11000000100001001011001
Octal300204131

Shades and tints

Shades of #C08459

#C08459
(192,132,89)
#AF7851
(175,120,81)
#9E6C49
(158,108,73)
#8D6041
(141,96,65)
#7C5439
(124,84,57)
#6B4831
(107,72,49)
#5A3C29
(90,60,41)
#493021
(73,48,33)
#382419
(56,36,25)
#271811
(39,24,17)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #C08459

#C08459
(192,132,89)
#C58F68
(197,143,104)
#CA9A77
(202,154,119)
#CFA586
(207,165,134)
#D4B095
(212,176,149)
#D9BBA4
(217,187,164)
#DEC6B3
(222,198,179)
#E3D1C2
(227,209,194)
#E8DCD1
(232,220,209)
#EDE7E0
(237,231,224)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08459 color. Also use rgb(192,132,89) instead hex code.

Text Font Color

.myTextColor { color: #C08459; }

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

This text font color is #C08459.


Background Color

.myBgColor { background-color: #C08459; }

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

This div background color is #C08459.


Border color

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

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

This div border color is #C08459.


Opacity

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

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

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

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

This text has shadow with #C08459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08459 on black background.


Color preview on white background

This text has color #C08459 on white background.



Black color preview on #C08459 background

This text has black color on #C08459 background.


White color preview on #C08459 background

This text has white color on #C08459 background.