COLOR #C08E74

HEX: #C08E74 RGB: (192,142,116)

Color info

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

RGB color model

#C08E74 color RGB value is (192,142,116).

RGB: (192,142,116) (75%, 56%, 45%)

RGB channels and saturation

R 192 of 255 = 75%
G 142 of 255 = 56%
B 116 of 255 = 45%

192
142
116

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

Portions of RGB colors in percentages

R + G + B = 192 + 142 + 116 = 450 (100%)
R 192 of 450 ~ 42.67%
G 142 of 450 ~ 31.56%
B 116 of 450 ~ 25.78'%

%42.67
%31.56
%25.78

CMYK color model

#C08E74 color CMYK value is (0,26,40,25).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 39.58%
  • key color value is 24.71%

CMYK: (0,26,40,25)
C0M26Y40K25 (0%, 26%, 40%, 25%)
(0.00 / 0.26 / 0.40 / 0.25)

CMYK percentages

%0
%26.04
%39.58
%24.71

Codes

Color #C08E74 in popluar color models

C0 8E 74
RGB 192 142 116
HSL 21° 37.62% 60.39%
HSB/HSV 21° 39.58% 75.29%
CMYK 0.00% 26.04% 39.58%
24.71%

Color #C08E74 in popluar number systems.

HEX C0 8E 74
Decimal 192 142 116
Binary 11000000 10001110 1110100
Octal 300 216 164

Shades and tints

Shades of #C08E74

#C08E74
(192,142,116)
#AF826A
(175,130,106)
#9E7660
(158,118,96)
#8D6A56
(141,106,86)
#7C5E4C
(124,94,76)
#6B5242
(107,82,66)
#5A4638
(90,70,56)
#493A2E
(73,58,46)
#382E24
(56,46,36)
#27221A
(39,34,26)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #C08E74

#C08E74
(192,142,116)
#C59880
(197,152,128)
#CAA28C
(202,162,140)
#CFAC98
(207,172,152)
#D4B6A4
(212,182,164)
#D9C0B0
(217,192,176)
#DECABC
(222,202,188)
#E3D4C8
(227,212,200)
#E8DED4
(232,222,212)
#EDE8E0
(237,232,224)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08E74 color. Also use rgb(192,142,116) instead hex code.

Text Font Color

.myTextColor { color: #C08E74; }

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

This text font color is #C08E74.

Background Color

.myBgColor { background-color: #C08E74; }

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

This div background color is #C08E74.

Border color

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

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

This div border color is #C08E74.

Opacity

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

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

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

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

This text has shadow with #C08E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08E74.

Preview

Color preview on black background

This text has color #C08E74 on black background.


Color preview on white background

This text has color #C08E74 on white background.


Black color preview on #C08E74 background

This text has black color on #C08E74 background.


White color preview on #C08E74 background

This text has white color on #C08E74 background.


Related colors

Complementary color

Complementary color for #hex is #3F718B.


I love getcolorcode.com

Triadic colors

1 #74C08E and #8E74C0 with #C08E74 are triadic colors.

2 #748EC0 and #8EC074 with #C08E74 are triadic colors.