COLOR #C8892C

HEX: #C8892C RGB: (200,137,44)

Color info

#C8892C contains mainly red color. Web safe color of #C8892C is #CC9933 (or #C93).

RGB color model

#C8892C color RGB value is (200,137,44).

RGB: (200,137,44) (78%, 54%, 17%)

RGB channels and saturation

R 200 of 255 = 78%
G 137 of 255 = 54%
B 44 of 255 = 17%

200
137
44

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

Portions of RGB colors in percentages

R + G + B = 200 + 137 + 44 = 381 (100%)
R 200 of 381 ~ 52.49%
G 137 of 381 ~ 35.96%
B 44 of 381 ~ 11.55'%

%52.49
%35.96
%11.55

CMYK color model

#C8892C color CMYK value is (0,32,78,22).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 78.00%
  • key color value is 21.57%

CMYK: (0,32,78,22)
C0M32Y78K22 (0%, 32%, 78%, 22%)
(0.00 / 0.32 / 0.78 / 0.22)

CMYK percentages

%0
%31.5
%78
%21.57

Codes

Color #C8892C in popluar color models

C8 89 2C
RGB 200 137 44
HSL 36° 63.93% 47.84%
HSB/HSV 36° 78.00% 78.43%
CMYK 0.00% 31.50% 78.00%
21.57%

Color #C8892C in popluar number systems.

HEX C8 89 2C
Decimal 200 137 44
Binary 11001000 10001001 101100
Octal 310 211 54

Shades and tints

Shades of #C8892C

#C8892C
(200,137,44)
#B67D28
(182,125,40)
#A47124
(164,113,36)
#926520
(146,101,32)
#80591C
(128,89,28)
#6E4D18
(110,77,24)
#5C4114
(92,65,20)
#4A3510
(74,53,16)
#38290C
(56,41,12)
#261D08
(38,29,8)
#141104
(20,17,4)
#000000
(0,0,0)

Tints of #C8892C

#C8892C
(200,137,44)
#CD933F
(205,147,63)
#D29D52
(210,157,82)
#D7A765
(215,167,101)
#DCB178
(220,177,120)
#E1BB8B
(225,187,139)
#E6C59E
(230,197,158)
#EBCFB1
(235,207,177)
#F0D9C4
(240,217,196)
#F5E3D7
(245,227,215)
#FAEDEA
(250,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8892C color. Also use rgb(200,137,44) instead hex code.

Text Font Color

.myTextColor { color: #C8892C; }

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

This text font color is #C8892C.

Background Color

.myBgColor { background-color: #C8892C; }

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

This div background color is #C8892C.

Border color

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

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

This div border color is #C8892C.

Opacity

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

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

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

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

This text has shadow with #C8892C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8892C.

Preview

Color preview on black background

This text has color #C8892C on black background.


Color preview on white background

This text has color #C8892C on white background.


Black color preview on #C8892C background

This text has black color on #C8892C background.


White color preview on #C8892C background

This text has white color on #C8892C background.


Related colors

Complementary color

Complementary color for #C8892C is #3776D3.


I love getcolorcode.com

Triadic colors

1 #2CC889 and #892CC8 with #C8892C are triadic colors.

2 #2C89C8 and #89C82C with #C8892C are triadic colors.