#c75949

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

Shades of Dark Coral #C75949

Tints of Dark Coral #C75949

Color information

#C75949 (or 0xC75949) is unknown color: approx Dark Coral. HEX triplet: C7, 59 and 49. RGB value is (199,89,73). Sum of RGB (Red+Green+Blue) = 199+89+73=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C75949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75949 is #38A6B6. Grayscale: #787878. Windows color (decimal): -3712695 or 4807111. OLE color: 4807111.

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

Color convert

RGB1998973-
CMYK00.550.630.22
HSL7.62º52.94%53.33%-
HSV(B)7.62º63.32%78.04%-
XYZ28.3319.778.63-
YUV120.07101.44184.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.12%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=55.12%
G=24.65%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199897300.550.630.227.6252.9453.33
HexC759490373F1683535
Octal3071311110677726106565
Binary11000111101100110010010110111111111101101000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75949; }

 p { color: rgb(199,89,73); }

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

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

 a { background-color: rgb(199,89,73); }

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

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

 span { border-color: rgb(199,89,73); }

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