#C78058

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

Shades of Burning Sand #C78058

Tints of Burning Sand #C78058

Color information

#C78058 (or 0xC78058) is unknown color: approx Burning Sand. HEX triplet: C7, 80 and 58. RGB value is (199,128,88). Sum of RGB (Red+Green+Blue) = 199+128+88=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C78058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78058 is #387FA7. Grayscale: #909090. Windows color (decimal): -3702696 or 5800135. OLE color: 5800135.

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

Color convert

RGB19912888-
CMYK00.360.560.22
HSL21.62º49.78%56.27%-
HSV(B)21.62º55.78%78.04%-
XYZ33.0328.2912.95-
YUV144.6796.02166.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 88 (34.77% from 255) = 21.20%
R=47.95%
G=30.84%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991288800.360.560.2221.6249.7856.27
HexC780580243816163238
Octal3072001300447026266270
Binary1100011110000000101100001001001110001011010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78058; }

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

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

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

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

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

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

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

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