#C48061

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

Shades of Burning Sand #C48061

Tints of Burning Sand #C48061

Color information

#C48061 (or 0xC48061) is unknown color: approx Burning Sand. HEX triplet: C4, 80 and 61. RGB value is (196,128,97). Sum of RGB (Red+Green+Blue) = 196+128+97=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C48061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48061 is #3B7F9E. Grayscale: #909090. Windows color (decimal): -3899295 or 6389956. OLE color: 6389956.

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

Color convert

RGB19612897-
CMYK00.350.510.23
HSL18.79º45.62%57.45%-
HSV(B)18.79º50.51%76.86%-
XYZ32.6428.0415-
YUV144.8101.03164.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=46.56%
G=30.40%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961289700.350.510.2318.7945.6257.45
HexC480610233317132e39
Octal3042001410436327235671
Binary1100010010000000110000101000111100111011110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48061; }

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

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

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

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

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

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

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

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