#C48366

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

Shades of Burning Sand #C48366

Tints of Burning Sand #C48366

Color information

#C48366 (or 0xC48366) is unknown color: approx Burning Sand. HEX triplet: C4, 83 and 66. RGB value is (196,131,102). Sum of RGB (Red+Green+Blue) = 196+131+102=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C48366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48366 is #3B7C99. Grayscale: #939393. Windows color (decimal): -3898522 or 6718404. OLE color: 6718404.

HSL color Cylindrical-coordinate representation of color #C48366: hue angle of 18.51º degrees, saturation: 0.44, 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 #C48366 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196131102-
CMYK00.330.480.23
HSL18.51º44.34%58.43%-
HSV(B)18.51º47.96%76.86%-
XYZ33.2828.9316.4-
YUV147.13102.53162.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=45.69%
G=30.54%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613110200.330.480.2318.5144.3458.43
HexC483660213017132c3a
Octal3042031460416027235472
Binary1100010010000011110011001000011100001011110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48366; }

 p { color: rgb(196,131,102); }

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

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

 a { background-color: rgb(196,131,102); }

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

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

 span { border-color: rgb(196,131,102); }

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