#C48057

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

Shades of Burning Sand #C48057

Tints of Burning Sand #C48057

Color information

#C48057 (or 0xC48057) is unknown color: approx Burning Sand. HEX triplet: C4, 80 and 57. RGB value is (196,128,87). Sum of RGB (Red+Green+Blue) = 196+128+87=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C48057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48057 is #3B7FA8. Grayscale: #8F8F8F. Windows color (decimal): -3899305 or 5734596. OLE color: 5734596.

HSL color Cylindrical-coordinate representation of color #C48057: hue angle of 22.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C48057 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19612887-
CMYK00.350.560.23
HSL22.57º48.02%55.49%-
HSV(B)22.57º55.61%76.86%-
XYZ32.227.8612.7-
YUV143.6696.03165.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=47.69%
G=31.14%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961288700.350.560.2322.5748.0255.49
HexC480570233817173037
Octal3042001270437027276067
Binary1100010010000000101011101000111110001011110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48057; }

 p { color: rgb(196,128,87); }

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

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

 a { background-color: rgb(196,128,87); }

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

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

 span { border-color: rgb(196,128,87); }

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