#C86044

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

Shades of Dark Coral #C86044

Tints of Dark Coral #C86044

Color information

#C86044 (or 0xC86044) is unknown color: approx Dark Coral. HEX triplet: C8, 60 and 44. RGB value is (200,96,68). Sum of RGB (Red+Green+Blue) = 200+96+68=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86044 is #379FBB. Grayscale: #7C7C7C. Windows color (decimal): -3645372 or 4481224. OLE color: 4481224.

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

Color convert

RGB2009668-
CMYK00.520.660.22
HSL12.73º54.55%52.55%-
HSV(B)12.73º66%78.43%-
XYZ29.0521.068-
YUV123.996.46182.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=54.95%
G=26.37%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200966800.520.660.2212.7354.5552.55
HexC860440344216d3735
Octal31014010406410226156765
Binary110010001100000100010001101001000010101101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86044; }

 p { color: rgb(200,96,68); }

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

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

 a { background-color: rgb(200,96,68); }

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

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

 span { border-color: rgb(200,96,68); }

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