COLOR #C8754D

HEX: #C8754D RGB: (200,117,77)

Color info

#C8754D contains mainly red color. Web safe color of #C8754D is #CC6633 (or #C63).

RGB color model

#C8754D color RGB value is (200,117,77).

RGB: (200,117,77) (78%, 46%, 30%)

RGB channels and saturation

R 200 of 255 = 78%
G 117 of 255 = 46%
B 77 of 255 = 30%

200
117
77

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

Portions of RGB colors in percentages

R + G + B = 200 + 117 + 77 = 394 (100%)
R 200 of 394 ~ 50.76%
G 117 of 394 ~ 29.7%
B 77 of 394 ~ 19.54'%

%50.76
%29.7
%19.54

CMYK color model

#C8754D color CMYK value is (0,42,62,22).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 61.50%
  • key color value is 21.57%

CMYK: (0,42,62,22)
C0M42Y62K22 (0%, 42%, 62%, 22%)
(0.00 / 0.42 / 0.62 / 0.22)

CMYK percentages

%0
%41.5
%61.5
%21.57

Codes

Color #C8754D in popluar color models

C8 75 4D
RGB 200 117 77
HSL 20° 52.79% 54.31%
HSB/HSV 20° 61.50% 78.43%
CMYK 0.00% 41.50% 61.50%
21.57%

Color #C8754D in popluar number systems.

HEX C8 75 4D
Decimal 200 117 77
Binary 11001000 1110101 1001101
Octal 310 165 115

Shades and tints

Shades of #C8754D

#C8754D
(200,117,77)
#B66B46
(182,107,70)
#A4613F
(164,97,63)
#925738
(146,87,56)
#804D31
(128,77,49)
#6E432A
(110,67,42)
#5C3923
(92,57,35)
#4A2F1C
(74,47,28)
#382515
(56,37,21)
#261B0E
(38,27,14)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #C8754D

#C8754D
(200,117,77)
#CD815D
(205,129,93)
#D28D6D
(210,141,109)
#D7997D
(215,153,125)
#DCA58D
(220,165,141)
#E1B19D
(225,177,157)
#E6BDAD
(230,189,173)
#EBC9BD
(235,201,189)
#F0D5CD
(240,213,205)
#F5E1DD
(245,225,221)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8754D color. Also use rgb(200,117,77) instead hex code.

Text Font Color

.myTextColor { color: #C8754D; }

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

This text font color is #C8754D.

Background Color

.myBgColor { background-color: #C8754D; }

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

This div background color is #C8754D.

Border color

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

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

This div border color is #C8754D.

Opacity

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

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

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

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

This text has shadow with #C8754D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8754D.

Preview

Color preview on black background

This text has color #C8754D on black background.


Color preview on white background

This text has color #C8754D on white background.


Black color preview on #C8754D background

This text has black color on #C8754D background.


White color preview on #C8754D background

This text has white color on #C8754D background.


Related colors

Complementary color

Complementary color for #hex is #378AB2.


I love getcolorcode.com

Triadic colors

1 #4DC875 and #754DC8 with #C8754D are triadic colors.

2 #4D75C8 and #75C84D with #C8754D are triadic colors.