#c85e40

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

Shades of Dark Coral #C85E40

Tints of Dark Coral #C85E40

Color information

#C85E40 (or 0xC85E40) is unknown color: approx Dark Coral. HEX triplet: C8, 5E and 40. RGB value is (200,94,64). Sum of RGB (Red+Green+Blue) = 200+94+64=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E40 is #37A1BF. Grayscale: #7A7A7A. Windows color (decimal): -3645888 or 4218568. OLE color: 4218568.

HSL color Cylindrical-coordinate representation of color #C85E40: hue angle of 13.24º 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 #C85E40 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2009464-
CMYK00.530.680.22
HSL13.24º55.28%51.76%-
HSV(B)13.24º68%78.43%-
XYZ28.7520.657.32-
YUV122.2795.12183.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.87%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=55.87%
G=26.26%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200946400.530.680.2213.2455.2851.76
HexC85E400354416d3734
Octal31013610006510426156764
Binary110010001011110100000001101011000100101101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85e40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85e40; }

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

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

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

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

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

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

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

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