#C48966

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

Shades of Burning Sand #C48966

Tints of Burning Sand #C48966

Color information

#C48966 (or 0xC48966) is unknown color: approx Burning Sand. HEX triplet: C4, 89 and 66. RGB value is (196,137,102). Sum of RGB (Red+Green+Blue) = 196+137+102=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48966 is #3B7699. Grayscale: #969696. Windows color (decimal): -3896986 or 6719940. OLE color: 6719940.

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

Color convert

RGB196137102-
CMYK00.300.480.23
HSL22.34º44.34%58.43%-
HSV(B)22.34º47.96%76.86%-
XYZ34.1130.5916.68-
YUV150.65100.55160.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=45.06%
G=31.49%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613710200.300.480.2322.3444.3458.43
HexC4896601E3017162c3a
Octal3042111460366027265472
Binary110001001000100111001100111101100001011110110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48966; }

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

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

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

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

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

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

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

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