#C76446

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

Shades of Dark Coral #C76446

Tints of Dark Coral #C76446

Color information

#C76446 (or 0xC76446) is unknown color: approx Dark Coral. HEX triplet: C7, 64 and 46. RGB value is (199,100,70). Sum of RGB (Red+Green+Blue) = 199+100+70=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C76446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76446 is #389BB9. Grayscale: #7E7E7E. Windows color (decimal): -3709882 or 4613319. OLE color: 4613319.

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

Color convert

RGB19910070-
CMYK00.500.650.22
HSL13.95º53.53%52.75%-
HSV(B)13.95º64.82%78.04%-
XYZ29.2221.78.44-
YUV126.1896.3179.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=53.93%
G=27.10%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991007000.500.650.2213.9553.5352.75
HexC764460324116e3635
Octal30714410606210126166665
Binary110001111100100100011001100101000001101101110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76446; }

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

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

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

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

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

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

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

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