COLOR #C08C6F

HEX: #C08C6F RGB: (192,140,111)

Color info

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

RGB color model

#C08C6F color RGB value is (192,140,111).

RGB: (192,140,111) (75%, 55%, 44%)

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 111 of 255 = 44%

192
140
111

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

Portions of RGB colors in percentages

R + G + B = 192 + 140 + 111 = 443 (100%)
R 192 of 443 ~ 43.34%
G 140 of 443 ~ 31.6%
B 111 of 443 ~ 25.06'%

%43.34
%31.6
%25.06

CMYK color model

#C08C6F color CMYK value is (0,27,42,25).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 42.19%
  • key color value is 24.71%
CMYK: (0,27,42,25) C0M27Y42K25 (0%,27%,42%,25%) (0.00/0.27/0.42/0.25) 

CMYK percentages

%0
%27.08
%42.19
%24.71

Codes

Color #C08C6F in popluar color models

C0 8C 6F
RGB 192 140 111
HSL 21° 39.13% 59.41%
HSB/HSV 21° 42.19% 75.29%
CMYK 0.00% 27.08% 42.19%
24.71%

Color #C08C6F in popluar number systems.

HEX C0 8C 6F
Decimal 192 140 111
Binary 11000000 10001100 1101111
Octal 300 214 157

Shades and tints

Shades of #C08C6F

#C08C6F
(192,140,111)
#AF8065
(175,128,101)
#9E745B
(158,116,91)
#8D6851
(141,104,81)
#7C5C47
(124,92,71)
#6B503D
(107,80,61)
#5A4433
(90,68,51)
#493829
(73,56,41)
#382C1F
(56,44,31)
#272015
(39,32,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #C08C6F

#C08C6F
(192,140,111)
#C5967C
(197,150,124)
#CAA089
(202,160,137)
#CFAA96
(207,170,150)
#D4B4A3
(212,180,163)
#D9BEB0
(217,190,176)
#DEC8BD
(222,200,189)
#E3D2CA
(227,210,202)
#E8DCD7
(232,220,215)
#EDE6E4
(237,230,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08C6F color. Also use rgb(192,140,111) instead hex code.

Text Font Color

.myTextColor { color: #C08C6F; }

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

This text font color is #C08C6F.

Background Color

.myBgColor { background-color: #C08C6F; }

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

This div background color is #C08C6F.

Border color

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

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

This div border color is #C08C6F.

Opacity

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

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

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

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

This text has shadow with #C08C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08C6F.

Preview

Color preview on black background

This text has color #C08C6F on black background.


Color preview on white background

This text has color #C08C6F on white background.


Black color preview on #C08C6F background

This text has black color on #C08C6F background.


White color preview on #C08C6F background

This text has white color on #C08C6F background.


Related colors

Complementary color

Complementary color for #hex is #3F7390.


I love getcolorcode.com

Triadic colors

1 #6FC08C and #8C6FC0 with #C08C6F are triadic colors.

2 #6F8CC0 and #8CC06F with #C08C6F are triadic colors.