#C75B49

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

Shades of Dark Coral #C75B49

Tints of Dark Coral #C75B49

Color information

#C75B49 (or 0xC75B49) is unknown color: approx Dark Coral. HEX triplet: C7, 5B and 49. RGB value is (199,91,73). Sum of RGB (Red+Green+Blue) = 199+91+73=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75B49 is #38A4B6. Grayscale: #797979. Windows color (decimal): -3712183 or 4807623. OLE color: 4807623.

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

Color convert

RGB1999173-
CMYK00.540.630.22
HSL8.57º52.94%53.33%-
HSV(B)8.57º63.32%78.04%-
XYZ28.520.118.68-
YUV121.24100.78183.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.82%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=54.82%
G=25.07%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199917300.540.630.228.5752.9453.33
HexC75B490363F1693535
Octal3071331110667726116565
Binary11000111101101110010010110110111111101101001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75B49; }

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

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

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

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

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

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

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

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