#C98359

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

Shades of Burning Sand #C98359

Tints of Burning Sand #C98359

Color information

#C98359 (or 0xC98359) is unknown color: approx Burning Sand. HEX triplet: C9, 83 and 59. RGB value is (201,131,89). Sum of RGB (Red+Green+Blue) = 201+131+89=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C98359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98359 is #367CA6. Grayscale: #939393. Windows color (decimal): -3570855 or 5866441. OLE color: 5866441.

HSL color Cylindrical-coordinate representation of color #C98359: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C98359 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20113189-
CMYK00.350.560.21
HSL22.5º50.91%56.86%-
HSV(B)22.5º55.72%78.82%-
XYZ34.0129.3713.33-
YUV147.1495.19166.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 89 (35.16% from 255) = 21.14%
R=47.74%
G=31.12%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011318900.350.560.2122.550.9156.86
HexC983590233815173339
Octal3112031310437025276371
Binary1100100110000011101100101000111110001010110111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98359; }

 p { color: rgb(201,131,89); }

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

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

 a { background-color: rgb(201,131,89); }

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

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

 span { border-color: rgb(201,131,89); }

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