#c58560

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

Shades of Burning Sand #C58560

Tints of Burning Sand #C58560

Color information

#C58560 (or 0xC58560) is unknown color: approx Burning Sand. HEX triplet: C5, 85 and 60. RGB value is (197,133,96). Sum of RGB (Red+Green+Blue) = 197+133+96=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C58560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58560 is #3A7A9F. Grayscale: #949494. Windows color (decimal): -3832480 or 6325701. OLE color: 6325701.

HSL color Cylindrical-coordinate representation of color #C58560: hue angle of 21.98º 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 #C58560 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19713396-
CMYK00.320.510.23
HSL21.98º46.54%57.45%-
HSV(B)21.98º51.27%77.25%-
XYZ33.5229.4914.99-
YUV147.9298.7163.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=46.24%
G=31.22%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971339600.320.510.2321.9846.5457.45
HexC585600203317162f39
Octal3052051400406327265771
Binary1100010110000101110000001000001100111011110110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58560; }

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

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

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

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

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

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

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

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