#C48665

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

Shades of Burning Sand #C48665

Tints of Burning Sand #C48665

Color information

#C48665 (or 0xC48665) is unknown color: approx Burning Sand. HEX triplet: C4, 86 and 65. RGB value is (196,134,101). Sum of RGB (Red+Green+Blue) = 196+134+101=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48665 is #3B799A. Grayscale: #949494. Windows color (decimal): -3897755 or 6653636. OLE color: 6653636.

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

Color convert

RGB196134101-
CMYK00.320.480.23
HSL20.84º44.6%58.24%-
HSV(B)20.84º48.47%76.86%-
XYZ33.6429.7316.28-
YUV148.78101.04161.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=45.48%
G=31.09%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613410100.320.480.2320.8444.658.24
HexC486650203017152d3a
Octal3042061450406027255572
Binary1100010010000110110010101000001100001011110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48665; }

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

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

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

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

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

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

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

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