COLOR #C8595C

HEX: #C8595C RGB: (200,89,92)

Color info

#C8595C contains mainly red color. Web safe color of #C8595C is #CC6666 (or #C66).

RGB color model

#C8595C color RGB value is (200,89,92).

RGB: (200,89,92) (78%, 35%, 36%)

RGB channels and saturation

R 200 of 255 = 78%
G 89 of 255 = 35%
B 92 of 255 = 36%

200
89
92

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

Portions of RGB colors in percentages

R + G + B = 200 + 89 + 92 = 381 (100%)
R 200 of 381 ~ 52.49%
G 89 of 381 ~ 23.36%
B 92 of 381 ~ 24.15'%

%52.49
%23.36
%24.15

CMYK color model

#C8595C color CMYK value is (0,56,54,22).

  • cyan value is 0.00%
  • magenta value is 55.50%
  • yellow value is 54.00%
  • key color value is 21.57%

CMYK: (0,56,54,22)
C0M56Y54K22 (0%, 56%, 54%, 22%)
(0.00 / 0.56 / 0.54 / 0.22)

CMYK percentages

%0
%55.5
%54
%21.57

Codes

Color #C8595C in popluar color models

C8 59 5C
RGB 200 89 92
HSL 358° 50.23% 56.67%
HSB/HSV 358° 55.50% 78.43%
CMYK 0.00% 55.50% 54.00%
21.57%

Color #C8595C in popluar number systems.

HEX C8 59 5C
Decimal 200 89 92
Binary 11001000 1011001 1011100
Octal 310 131 134

Shades and tints

Shades of #C8595C

#C8595C
(200,89,92)
#B65154
(182,81,84)
#A4494C
(164,73,76)
#924144
(146,65,68)
#80393C
(128,57,60)
#6E3134
(110,49,52)
#5C292C
(92,41,44)
#4A2124
(74,33,36)
#38191C
(56,25,28)
#261114
(38,17,20)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #C8595C

#C8595C
(200,89,92)
#CD686A
(205,104,106)
#D27778
(210,119,120)
#D78686
(215,134,134)
#DC9594
(220,149,148)
#E1A4A2
(225,164,162)
#E6B3B0
(230,179,176)
#EBC2BE
(235,194,190)
#F0D1CC
(240,209,204)
#F5E0DA
(245,224,218)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8595C color. Also use rgb(200,89,92) instead hex code.

Text Font Color

.myTextColor { color: #C8595C; }

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

This text font color is #C8595C.

Background Color

.myBgColor { background-color: #C8595C; }

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

This div background color is #C8595C.

Border color

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

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

This div border color is #C8595C.

Opacity

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

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

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

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

This text has shadow with #C8595C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8595C.

Preview

Color preview on black background

This text has color #C8595C on black background.


Color preview on white background

This text has color #C8595C on white background.


Black color preview on #C8595C background

This text has black color on #C8595C background.


White color preview on #C8595C background

This text has white color on #C8595C background.


Related colors

Complementary color

Complementary color for #hex is #37A6A3.


I love getcolorcode.com

Triadic colors

1 #5CC859 and #595CC8 with #C8595C are triadic colors.

2 #5C59C8 and #59C85C with #C8595C are triadic colors.