#C85945

Color #C85945 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C85945

Tints of Dark Coral #C85945

Color information

#C85945 (or 0xC85945) is unknown color: approx Dark Coral. HEX triplet: C8, 59 and 45. RGB value is (200,89,69). Sum of RGB (Red+Green+Blue) = 200+89+69=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85945 is #37A6BA. Grayscale: #787878. Windows color (decimal): -3647163 or 4544968. OLE color: 4544968.

HSL color Cylindrical-coordinate representation of color #C85945: hue angle of 9.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85945 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB2008969-
CMYK00.560.660.22
HSL9.16º54.36%52.75%-
HSV(B)9.16º65.5%78.43%-
XYZ28.4719.857.96-
YUV119.9199.27185.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 55.87%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=55.87%
G=24.86%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200896900.560.660.229.1654.3652.75
HexC85945038421693635
Octal31013110507010226116665
Binary110010001011001100010101110001000010101101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85945; }

 p { color: rgb(200,89,69); }

 H1.HeaderClassName
 {
   color: #C85945;
 }
 .AnyTagClassName
 {
   color: #C85945;
 }
</style>
background-color css

<style>
 a { background-color: #C85945; }

 a { background-color: rgb(200,89,69); }

 div.DivClassName
 {
   background-color: #C85945;
 }
 .BgClassName
 {
   background-color: #C85945;
 }
</style>
border-color css

<style>
 span { border-color: #C85945; }

 span { border-color: rgb(200,89,69); }

 td.TdClassName
 {
   border-color: #C85945;
 }
 .TagClassName
 {
   border-color: #C85945;
 }
</style>