#C48766

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

Shades of Burning Sand #C48766

Tints of Burning Sand #C48766

Color information

#C48766 (or 0xC48766) is unknown color: approx Burning Sand. HEX triplet: C4, 87 and 66. RGB value is (196,135,102). Sum of RGB (Red+Green+Blue) = 196+135+102=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C48766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48766 is #3B7899. Grayscale: #959595. Windows color (decimal): -3897498 or 6719428. OLE color: 6719428.

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

Color convert

RGB196135102-
CMYK00.310.480.23
HSL21.06º44.34%58.43%-
HSV(B)21.06º47.96%76.86%-
XYZ33.8330.0216.58-
YUV149.48101.21161.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=45.27%
G=31.18%
B=23.56%

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
Decimal19613510200.310.480.2321.0644.3458.43
HexC4876601F3017152c3a
Octal3042071460376027255472
Binary110001001000011111001100111111100001011110101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48766; }

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

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

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

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

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

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

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

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