#C85940

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

Shades of Dark Coral #C85940

Tints of Dark Coral #C85940

Color information

#C85940 (or 0xC85940) is unknown color: approx Dark Coral. HEX triplet: C8, 59 and 40. RGB value is (200,89,64). Sum of RGB (Red+Green+Blue) = 200+89+64=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85940 is #37A6BF. Grayscale: #777777. Windows color (decimal): -3647168 or 4217288. OLE color: 4217288.

HSL color Cylindrical-coordinate representation of color #C85940: hue angle of 11.03º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C85940 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2008964-
CMYK00.560.680.22
HSL11.03º55.28%51.76%-
HSV(B)11.03º68%78.43%-
XYZ28.3219.797.18-
YUV119.3496.77185.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.66%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=56.66%
G=25.21%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200896400.560.680.2211.0355.2851.76
HexC859400384416b3734
Octal31013110007010426136764
Binary110010001011001100000001110001000100101101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85940; }

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

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

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

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

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

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

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

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