#C9805F

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

Shades of Burning Sand #C9805F

Tints of Burning Sand #C9805F

Color information

#C9805F (or 0xC9805F) is unknown color: approx Burning Sand. HEX triplet: C9, 80 and 5F. RGB value is (201,128,95). Sum of RGB (Red+Green+Blue) = 201+128+95=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9805F is #367FA0. Grayscale: #929292. Windows color (decimal): -3571617 or 6258889. OLE color: 6258889.

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

Color convert

RGB20112895-
CMYK00.360.530.21
HSL18.68º49.53%58.04%-
HSV(B)18.68º52.74%78.82%-
XYZ33.8728.6814.58-
YUV146.0699.18167.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=47.41%
G=30.19%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011289500.360.530.2118.6849.5358.04
HexC9805F024351513323a
Octal3112001370446525236272
Binary1100100110000000101111101001001101011010110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9805F; }

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

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

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

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

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

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

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

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