#C48466

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

Shades of Burning Sand #C48466

Tints of Burning Sand #C48466

Color information

#C48466 (or 0xC48466) is unknown color: approx Burning Sand. HEX triplet: C4, 84 and 66. RGB value is (196,132,102). Sum of RGB (Red+Green+Blue) = 196+132+102=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48466 is #3B7B99. Grayscale: #939393. Windows color (decimal): -3898266 or 6718660. OLE color: 6718660.

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

Color convert

RGB196132102-
CMYK00.330.480.23
HSL19.15º44.34%58.43%-
HSV(B)19.15º47.96%76.86%-
XYZ33.4129.216.44-
YUV147.72102.2162.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=45.58%
G=30.70%
B=23.72%

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
Decimal19613210200.330.480.2319.1544.3458.43
HexC484660213017132c3a
Octal3042041460416027235472
Binary1100010010000100110011001000011100001011110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48466; }

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

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

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

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

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

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

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

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