#C78071

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

Shades of Burning Sand #C78071

Tints of Burning Sand #C78071

Color information

#C78071 (or 0xC78071) is unknown color: approx Burning Sand. HEX triplet: C7, 80 and 71. RGB value is (199,128,113). Sum of RGB (Red+Green+Blue) = 199+128+113=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C78071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78071 is #387F8E. Grayscale: #939393. Windows color (decimal): -3702671 or 7438535. OLE color: 7438535.

HSL color Cylindrical-coordinate representation of color #C78071: hue angle of 10.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78071 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199128113-
CMYK00.360.430.22
HSL10.47º43.43%61.18%-
HSV(B)10.47º43.22%78.04%-
XYZ34.2528.7719.37-
YUV147.52108.52164.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=45.23%
G=29.09%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912811300.360.430.2210.4743.4361.18
HexC780710242B16a2b3d
Octal3072001610445326125375
Binary110001111000000011100010100100101011101101010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78071; }

 p { color: rgb(199,128,113); }

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

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

 a { background-color: rgb(199,128,113); }

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

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

 span { border-color: rgb(199,128,113); }

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