#C86446

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

Shades of Dark Coral #C86446

Tints of Dark Coral #C86446

Color information

#C86446 (or 0xC86446) is unknown color: approx Dark Coral. HEX triplet: C8, 64 and 46. RGB value is (200,100,70). Sum of RGB (Red+Green+Blue) = 200+100+70=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86446 is #379BB9. Grayscale: #7E7E7E. Windows color (decimal): -3644346 or 4613320. OLE color: 4613320.

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

Color convert

RGB20010070-
CMYK00.50.650.22
HSL13.85º54.17%52.94%-
HSV(B)13.85º65%78.43%-
XYZ29.4821.848.46-
YUV126.4896.13180.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.05%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=54.05%
G=27.03%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001007000.50.650.2213.8554.1752.94
HexC864460324116e3635
Octal31014410606210126166665
Binary110010001100100100011001100101000001101101110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86446; }

 p { color: rgb(200,100,70); }

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

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

 a { background-color: rgb(200,100,70); }

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

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

 span { border-color: rgb(200,100,70); }

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