#C48060

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

Shades of Burning Sand #C48060

Tints of Burning Sand #C48060

Color information

#C48060 (or 0xC48060) is unknown color: approx Burning Sand. HEX triplet: C4, 80 and 60. RGB value is (196,128,96). Sum of RGB (Red+Green+Blue) = 196+128+96=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C48060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48060 is #3B7F9F. Grayscale: #909090. Windows color (decimal): -3899296 or 6324420. OLE color: 6324420.

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

Color convert

RGB19612896-
CMYK00.350.510.23
HSL19.2º45.87%57.25%-
HSV(B)19.2º51.02%76.86%-
XYZ32.628.0214.76-
YUV144.68100.53164.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=46.67%
G=30.48%
B=22.86%

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
Decimal1961289600.350.510.2319.245.8757.25
HexC480600233317132e39
Octal3042001400436327235671
Binary1100010010000000110000001000111100111011110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48060; }

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

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

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

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

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

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

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

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