#C48864

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

Shades of Burning Sand #C48864

Tints of Burning Sand #C48864

Color information

#C48864 (or 0xC48864) is unknown color: approx Burning Sand. HEX triplet: C4, 88 and 64. RGB value is (196,136,100). Sum of RGB (Red+Green+Blue) = 196+136+100=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48864 is #3B779B. Grayscale: #969696. Windows color (decimal): -3897244 or 6588612. OLE color: 6588612.

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

Color convert

RGB196136100-
CMYK00.310.490.23
HSL22.5º44.86%58.04%-
HSV(B)22.5º48.98%76.86%-
XYZ33.8730.2616.11-
YUV149.8499.88160.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=45.37%
G=31.48%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613610000.310.490.2322.544.8658.04
HexC4886401F3117172d3a
Octal3042101440376127275572
Binary110001001000100011001000111111100011011110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48864; }

 p { color: rgb(196,136,100); }

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

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

 a { background-color: rgb(196,136,100); }

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

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

 span { border-color: rgb(196,136,100); }

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