#C78258

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

Shades of Burning Sand #C78258

Tints of Burning Sand #C78258

Color information

#C78258 (or 0xC78258) is unknown color: approx Burning Sand. HEX triplet: C7, 82 and 58. RGB value is (199,130,88). Sum of RGB (Red+Green+Blue) = 199+130+88=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C78258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78258 is #387DA7. Grayscale: #929292. Windows color (decimal): -3702184 or 5800647. OLE color: 5800647.

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

Color convert

RGB19913088-
CMYK00.350.560.22
HSL22.7º49.78%56.27%-
HSV(B)22.7º55.78%78.04%-
XYZ33.328.8113.04-
YUV145.8495.36165.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=47.72%
G=31.18%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991308800.350.560.2222.749.7856.27
HexC782580233816173238
Octal3072021300437026276270
Binary1100011110000010101100001000111110001011010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78258; }

 p { color: rgb(199,130,88); }

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

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

 a { background-color: rgb(199,130,88); }

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

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

 span { border-color: rgb(199,130,88); }

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