#C78460

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

Shades of Burning Sand #C78460

Tints of Burning Sand #C78460

Color information

#C78460 (or 0xC78460) is unknown color: approx Burning Sand. HEX triplet: C7, 84 and 60. RGB value is (199,132,96). Sum of RGB (Red+Green+Blue) = 199+132+96=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C78460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78460 is #387B9F. Grayscale: #949494. Windows color (decimal): -3701664 or 6325447. OLE color: 6325447.

HSL color Cylindrical-coordinate representation of color #C78460: hue angle of 20.97º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C78460 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19913296-
CMYK00.340.520.22
HSL20.97º47.91%57.84%-
HSV(B)20.97º51.76%78.04%-
XYZ33.9229.4914.97-
YUV147.9398.7164.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=46.60%
G=30.91%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991329600.340.520.2220.9747.9157.84
HexC78460022341615303a
Octal3072041400426426256072
Binary1100011110000100110000001000101101001011010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78460; }

 p { color: rgb(199,132,96); }

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

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

 a { background-color: rgb(199,132,96); }

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

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

 span { border-color: rgb(199,132,96); }

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