#C48967

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

Shades of Burning Sand #C48967

Tints of Burning Sand #C48967

Color information

#C48967 (or 0xC48967) is unknown color: approx Burning Sand. HEX triplet: C4, 89 and 67. RGB value is (196,137,103). Sum of RGB (Red+Green+Blue) = 196+137+103=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C48967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48967 is #3B7698. Grayscale: #969696. Windows color (decimal): -3896985 or 6785476. OLE color: 6785476.

HSL color Cylindrical-coordinate representation of color #C48967: hue angle of 21.94º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C48967 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196137103-
CMYK00.300.470.23
HSL21.94º44.08%58.63%-
HSV(B)21.94º47.45%76.86%-
XYZ34.1630.6116.94-
YUV150.76101.05160.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=44.95%
G=31.42%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613710300.300.470.2321.9444.0858.63
HexC4896701E2F17162c3b
Octal3042111470365727265473
Binary110001001000100111001110111101011111011110110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48967; }

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

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

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

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

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

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

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

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