COLOR #C08648

HEX: #C08648
RGB: (192,134,72)

Color info

#C08648 contains mainly red and green colors. Web safe color of #C08648 is #CC9933 (or #C93).

RGB color model

#C08648 color RGB value is (192,134,72).

  • red value is 192;
  • green value is 134;
  • blue value is 72.
RGB:
(192,134,72)
(75%,53%,28%)

RGB channels and saturation

R 192 of 255 = 75%
G 134 of 255 = 53%
B 72 of 255 = 28%

192
134
72

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

Portions of RGB colors in percentages

R + G + B =
192 + 134 + 72 = 398 (100%)
R 192 of 398 ~ 48.24%
G 134 of 398 ~ 33.67%
B 72 of 398 ~ 18.09%

%48.24
%33.67
%18.09

CMYK color model

#C08648 color CMYK value is (0,30,63,25).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 62.50%
  • key color value is 24.71%
CMYK:
(0,30,63,25)
C0M30Y63K25 
(0%,30%,63%,25%)
(0.00/0.30/0.63/0.25)	

CMYK percentages

%0
%30.21
%62.5
%24.71

Codes

Color #C08648 in popluar color models

C08648
RGB19213472
HSL31°48.78%51.76%
HSB/HSV31°62.50%75.29%
CMYK0.00%30.21%62.50%
24.71%

Color #C08648 in popluar number systems.

HEXC08648
Decimal19213472
Binary11000000100001101001000
Octal300206110

Shades and tints

Shades of #C08648

#C08648
(192,134,72)
#AF7A42
(175,122,66)
#9E6E3C
(158,110,60)
#8D6236
(141,98,54)
#7C5630
(124,86,48)
#6B4A2A
(107,74,42)
#5A3E24
(90,62,36)
#49321E
(73,50,30)
#382618
(56,38,24)
#271A12
(39,26,18)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #C08648

#C08648
(192,134,72)
#C59158
(197,145,88)
#CA9C68
(202,156,104)
#CFA778
(207,167,120)
#D4B288
(212,178,136)
#D9BD98
(217,189,152)
#DEC8A8
(222,200,168)
#E3D3B8
(227,211,184)
#E8DEC8
(232,222,200)
#EDE9D8
(237,233,216)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08648 color. Also use rgb(192,134,72) instead hex code.

Text Font Color

.myTextColor { color: #C08648; }

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

This text font color is #C08648.


Background Color

.myBgColor { background-color: #C08648; }

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

This div background color is #C08648.


Border color

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

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

This div border color is #C08648.


Opacity

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

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

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

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

This text has shadow with #C08648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08648 on black background.


Color preview on white background

This text has color #C08648 on white background.



Black color preview on #C08648 background

This text has black color on #C08648 background.


White color preview on #C08648 background

This text has white color on #C08648 background.