COLOR #C08866

HEX: #C08866
RGB: (192,136,102)

Color info

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

RGB color model

#C08866 color RGB value is (192,136,102).

  • red value is 192;
  • green value is 136;
  • blue value is 102.
RGB:
(192,136,102)
(75%,53%,40%)

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 102 of 255 = 40%

192
136
102

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

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 102 = 430 (100%)
R 192 of 430 ~ 44.65%
G 136 of 430 ~ 31.63%
B 102 of 430 ~ 23.72%

%44.65
%31.63
%23.72

CMYK color model

#C08866 color CMYK value is (0,29,47,25).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 46.88%
  • key color value is 24.71%
CMYK:
(0,29,47,25)
C0M29Y47K25 
(0%,29%,47%,25%)
(0.00/0.29/0.47/0.25)	

CMYK percentages

%0
%29.17
%46.88
%24.71

Codes

Color #C08866 in popluar color models

C08866
RGB192136102
HSL23°41.67%57.65%
HSB/HSV23°46.88%75.29%
CMYK0.00%29.17%46.88%
24.71%

Color #C08866 in popluar number systems.

HEXC08866
Decimal192136102
Binary11000000100010001100110
Octal300210146

Shades and tints

Shades of #C08866

#C08866
(192,136,102)
#AF7C5D
(175,124,93)
#9E7054
(158,112,84)
#8D644B
(141,100,75)
#7C5842
(124,88,66)
#6B4C39
(107,76,57)
#5A4030
(90,64,48)
#493427
(73,52,39)
#38281E
(56,40,30)
#271C15
(39,28,21)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #C08866

#C08866
(192,136,102)
#C59273
(197,146,115)
#CA9C80
(202,156,128)
#CFA68D
(207,166,141)
#D4B09A
(212,176,154)
#D9BAA7
(217,186,167)
#DEC4B4
(222,196,180)
#E3CEC1
(227,206,193)
#E8D8CE
(232,216,206)
#EDE2DB
(237,226,219)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08866 color. Also use rgb(192,136,102) instead hex code.

Text Font Color

.myTextColor { color: #C08866; }

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

This text font color is #C08866.


Background Color

.myBgColor { background-color: #C08866; }

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

This div background color is #C08866.


Border color

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

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

This div border color is #C08866.


Opacity

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

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

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

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

This text has shadow with #C08866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08866 on black background.


Color preview on white background

This text has color #C08866 on white background.



Black color preview on #C08866 background

This text has black color on #C08866 background.


White color preview on #C08866 background

This text has white color on #C08866 background.