#C78360

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

Shades of Burning Sand #C78360

Tints of Burning Sand #C78360

Color information

#C78360 (or 0xC78360) is unknown color: approx Burning Sand. HEX triplet: C7, 83 and 60. RGB value is (199,131,96). Sum of RGB (Red+Green+Blue) = 199+131+96=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C78360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78360 is #387C9F. Grayscale: #939393. Windows color (decimal): -3701920 or 6325191. OLE color: 6325191.

HSL color Cylindrical-coordinate representation of color #C78360: hue angle of 20.39º 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 #C78360 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19913196-
CMYK00.340.520.22
HSL20.39º47.91%57.84%-
HSV(B)20.39º51.76%78.04%-
XYZ33.7829.2214.93-
YUV147.3499.03164.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=46.71%
G=30.75%
B=22.54%

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
Decimal1991319600.340.520.2220.3947.9157.84
HexC78360022341614303a
Octal3072031400426426246072
Binary1100011110000011110000001000101101001011010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78360; }

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

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

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

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

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

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

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

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