#C9805C

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

Shades of Burning Sand #C9805C

Tints of Burning Sand #C9805C

Color information

#C9805C (or 0xC9805C) is unknown color: approx Burning Sand. HEX triplet: C9, 80 and 5C. RGB value is (201,128,92). Sum of RGB (Red+Green+Blue) = 201+128+92=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9805C is #367FA3. Grayscale: #919191. Windows color (decimal): -3571620 or 6062281. OLE color: 6062281.

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

Color convert

RGB20112892-
CMYK00.360.540.21
HSL19.82º50.23%57.45%-
HSV(B)19.82º54.23%78.82%-
XYZ33.7428.6313.87-
YUV145.7297.68167.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=47.74%
G=30.40%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011289200.360.540.2119.8250.2357.45
HexC9805C0243615143239
Octal3112001340446625246271
Binary1100100110000000101110001001001101101010110100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9805C; }

 p { color: rgb(201,128,92); }

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

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

 a { background-color: rgb(201,128,92); }

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

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

 span { border-color: rgb(201,128,92); }

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