COLOR #C08665

HEX: #C08665
RGB: (192,134,101)

Color info

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

RGB color model

#C08665 color RGB value is (192,134,101).

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

RGB channels and saturation

R 192 of 255 = 75%
G 134 of 255 = 53%
B 101 of 255 = 40%

192
134
101

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

Portions of RGB colors in percentages

R + G + B =
192 + 134 + 101 = 427 (100%)
R 192 of 427 ~ 44.96%
G 134 of 427 ~ 31.38%
B 101 of 427 ~ 23.65%

%44.96
%31.38
%23.65

CMYK color model

#C08665 color CMYK value is (0,30,47,25).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 47.40%
  • key color value is 24.71%
CMYK:
(0,30,47,25)
C0M30Y47K25 
(0%,30%,47%,25%)
(0.00/0.30/0.47/0.25)	

CMYK percentages

%0
%30.21
%47.4
%24.71

Codes

Color #C08665 in popluar color models

C08665
RGB192134101
HSL22°41.94%57.45%
HSB/HSV22°47.40%75.29%
CMYK0.00%30.21%47.40%
24.71%

Color #C08665 in popluar number systems.

HEXC08665
Decimal192134101
Binary11000000100001101100101
Octal300206145

Shades and tints

Shades of #C08665

#C08665
(192,134,101)
#AF7A5C
(175,122,92)
#9E6E53
(158,110,83)
#8D624A
(141,98,74)
#7C5641
(124,86,65)
#6B4A38
(107,74,56)
#5A3E2F
(90,62,47)
#493226
(73,50,38)
#38261D
(56,38,29)
#271A14
(39,26,20)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #C08665

#C08665
(192,134,101)
#C59173
(197,145,115)
#CA9C81
(202,156,129)
#CFA78F
(207,167,143)
#D4B29D
(212,178,157)
#D9BDAB
(217,189,171)
#DEC8B9
(222,200,185)
#E3D3C7
(227,211,199)
#E8DED5
(232,222,213)
#EDE9E3
(237,233,227)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08665; }

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

This text font color is #C08665.


Background Color

.myBgColor { background-color: #C08665; }

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

This div background color is #C08665.


Border color

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

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

This div border color is #C08665.


Opacity

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

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

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

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

This text has shadow with #C08665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08665 on black background.


Color preview on white background

This text has color #C08665 on white background.



Black color preview on #C08665 background

This text has black color on #C08665 background.


White color preview on #C08665 background

This text has white color on #C08665 background.