#C58060

Color #C58060 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C58060

Tints of Burning Sand #C58060

Color information

#C58060 (or 0xC58060) is unknown color: approx Burning Sand. HEX triplet: C5, 80 and 60. RGB value is (197,128,96). Sum of RGB (Red+Green+Blue) = 197+128+96=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C58060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58060 is #3A7F9F. Grayscale: #919191. Windows color (decimal): -3833760 or 6324421. OLE color: 6324421.

HSL color Cylindrical-coordinate representation of color #C58060: hue angle of 19.01º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58060 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19712896-
CMYK00.350.510.23
HSL19.01º46.54%57.45%-
HSV(B)19.01º51.27%77.25%-
XYZ32.8628.1514.77-
YUV144.98100.36165.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=46.79%
G=30.40%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971289600.350.510.2319.0146.5457.45
HexC580600233317132f39
Octal3052001400436327235771
Binary1100010110000000110000001000111100111011110011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58060; }

 p { color: rgb(197,128,96); }

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

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

 a { background-color: rgb(197,128,96); }

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

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

 span { border-color: rgb(197,128,96); }

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