#C58056

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

Shades of Burning Sand #C58056

Tints of Burning Sand #C58056

Color information

#C58056 (or 0xC58056) is unknown color: approx Burning Sand. HEX triplet: C5, 80 and 56. RGB value is (197,128,86). Sum of RGB (Red+Green+Blue) = 197+128+86=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C58056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58056 is #3A7FA9. Grayscale: #909090. Windows color (decimal): -3833770 or 5669061. OLE color: 5669061.

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

Color convert

RGB19712886-
CMYK00.350.560.23
HSL22.7º48.9%55.49%-
HSV(B)22.7º56.35%77.25%-
XYZ32.4227.9812.5-
YUV143.8495.36165.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=47.93%
G=31.14%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971288600.350.560.2322.748.955.49
HexC580560233817173137
Octal3052001260437027276167
Binary1100010110000000101011001000111110001011110111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58056; }

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

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

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

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

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

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

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

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