COLOR #C08A4D

HEX: #C08A4D RGB: (192,138,77)

Color info

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

RGB color model

#C08A4D color RGB value is (192,138,77).

RGB: (192,138,77) (75%, 54%, 30%)

RGB channels and saturation

R 192 of 255 = 75%
G 138 of 255 = 54%
B 77 of 255 = 30%

192
138
77

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

Portions of RGB colors in percentages

R + G + B = 192 + 138 + 77 = 407 (100%)
R 192 of 407 ~ 47.17%
G 138 of 407 ~ 33.91%
B 77 of 407 ~ 18.92'%

%47.17
%33.91
%18.92

CMYK color model

#C08A4D color CMYK value is (0,28,60,25).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 59.90%
  • key color value is 24.71%

CMYK: (0,28,60,25)
C0M28Y60K25 (0%, 28%, 60%, 25%)
(0.00 / 0.28 / 0.60 / 0.25)

CMYK percentages

%0
%28.13
%59.9
%24.71

Codes

Color #C08A4D in popluar color models

C0 8A 4D
RGB 192 138 77
HSL 32° 47.72% 52.75%
HSB/HSV 32° 59.90% 75.29%
CMYK 0.00% 28.13% 59.90%
24.71%

Color #C08A4D in popluar number systems.

HEX C0 8A 4D
Decimal 192 138 77
Binary 11000000 10001010 1001101
Octal 300 212 115

Shades and tints

Shades of #C08A4D

#C08A4D
(192,138,77)
#AF7E46
(175,126,70)
#9E723F
(158,114,63)
#8D6638
(141,102,56)
#7C5A31
(124,90,49)
#6B4E2A
(107,78,42)
#5A4223
(90,66,35)
#49361C
(73,54,28)
#382A15
(56,42,21)
#271E0E
(39,30,14)
#161207
(22,18,7)
#000000
(0,0,0)

Tints of #C08A4D

#C08A4D
(192,138,77)
#C5945D
(197,148,93)
#CA9E6D
(202,158,109)
#CFA87D
(207,168,125)
#D4B28D
(212,178,141)
#D9BC9D
(217,188,157)
#DEC6AD
(222,198,173)
#E3D0BD
(227,208,189)
#E8DACD
(232,218,205)
#EDE4DD
(237,228,221)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08A4D color. Also use rgb(192,138,77) instead hex code.

Text Font Color

.myTextColor { color: #C08A4D; }

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

This text font color is #C08A4D.

Background Color

.myBgColor { background-color: #C08A4D; }

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

This div background color is #C08A4D.

Border color

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

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

This div border color is #C08A4D.

Opacity

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

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

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

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

This text has shadow with #C08A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08A4D.

Preview

Color preview on black background

This text has color #C08A4D on black background.


Color preview on white background

This text has color #C08A4D on white background.


Black color preview on #C08A4D background

This text has black color on #C08A4D background.


White color preview on #C08A4D background

This text has white color on #C08A4D background.


Related colors

Complementary color

Complementary color for #hex is #3F75B2.


I love getcolorcode.com

Triadic colors

1 #4DC08A and #8A4DC0 with #C08A4D are triadic colors.

2 #4D8AC0 and #8AC04D with #C08A4D are triadic colors.