#C48765

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

Shades of Burning Sand #C48765

Tints of Burning Sand #C48765

Color information

#C48765 (or 0xC48765) is unknown color: approx Burning Sand. HEX triplet: C4, 87 and 65. RGB value is (196,135,101). Sum of RGB (Red+Green+Blue) = 196+135+101=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48765 is #3B789A. Grayscale: #959595. Windows color (decimal): -3897499 or 6653892. OLE color: 6653892.

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

Color convert

RGB196135101-
CMYK00.310.480.23
HSL21.47º44.6%58.24%-
HSV(B)21.47º48.47%76.86%-
XYZ33.783016.32-
YUV149.36100.71161.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=45.37%
G=31.25%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613510100.310.480.2321.4744.658.24
HexC4876501F3017152d3a
Octal3042071450376027255572
Binary110001001000011111001010111111100001011110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48765; }

 p { color: rgb(196,135,101); }

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

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

 a { background-color: rgb(196,135,101); }

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

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

 span { border-color: rgb(196,135,101); }

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