#C75744

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

Shades of Dark Coral #C75744

Tints of Dark Coral #C75744

Color information

#C75744 (or 0xC75744) is unknown color: approx Dark Coral. HEX triplet: C7, 57 and 44. RGB value is (199,87,68). Sum of RGB (Red+Green+Blue) = 199+87+68=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C75744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75744 is #38A8BB. Grayscale: #767676. Windows color (decimal): -3713212 or 4478919. OLE color: 4478919.

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

Color convert

RGB1998768-
CMYK00.560.660.22
HSL8.7º53.91%52.35%-
HSV(B)8.7º65.83%78.04%-
XYZ2819.387.73-
YUV118.3299.61185.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.21%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=56.21%
G=24.58%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199876800.560.660.228.753.9152.35
HexC75744038421693634
Octal30712710407010226116664
Binary110001111010111100010001110001000010101101001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75744; }

 p { color: rgb(199,87,68); }

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

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

 a { background-color: rgb(199,87,68); }

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

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

 span { border-color: rgb(199,87,68); }

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