#C78158

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

Shades of Burning Sand #C78158

Tints of Burning Sand #C78158

Color information

#C78158 (or 0xC78158) is unknown color: approx Burning Sand. HEX triplet: C7, 81 and 58. RGB value is (199,129,88). Sum of RGB (Red+Green+Blue) = 199+129+88=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C78158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78158 is #387EA7. Grayscale: #919191. Windows color (decimal): -3702440 or 5800391. OLE color: 5800391.

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

Color convert

RGB19912988-
CMYK00.350.560.22
HSL22.16º49.78%56.27%-
HSV(B)22.16º55.78%78.04%-
XYZ33.1628.5512.99-
YUV145.2695.69166.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 88 (34.77% from 255) = 21.15%
R=47.84%
G=31.01%
B=21.15%

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
Decimal1991298800.350.560.2222.1649.7856.27
HexC781580233816163238
Octal3072011300437026266270
Binary1100011110000001101100001000111110001011010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78158; }

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

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

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

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

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

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

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

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