#C48661

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

Shades of Burning Sand #C48661

Tints of Burning Sand #C48661

Color information

#C48661 (or 0xC48661) is unknown color: approx Burning Sand. HEX triplet: C4, 86 and 61. RGB value is (196,134,97). Sum of RGB (Red+Green+Blue) = 196+134+97=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48661 is #3B799E. Grayscale: #949494. Windows color (decimal): -3897759 or 6391492. OLE color: 6391492.

HSL color Cylindrical-coordinate representation of color #C48661: hue angle of 22.42º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C48661 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19613497-
CMYK00.320.510.23
HSL22.42º45.62%57.45%-
HSV(B)22.42º50.51%76.86%-
XYZ33.4529.6515.27-
YUV148.3299.04162.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=45.90%
G=31.38%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961349700.320.510.2322.4245.6257.45
HexC486610203317162e39
Octal3042061410406327265671
Binary1100010010000110110000101000001100111011110110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48661; }

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

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

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

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

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

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

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

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