#C9806D

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

Shades of Burning Sand #C9806D

Tints of Burning Sand #C9806D

Color information

#C9806D (or 0xC9806D) is unknown color: approx Burning Sand. HEX triplet: C9, 80 and 6D. RGB value is (201,128,109). Sum of RGB (Red+Green+Blue) = 201+128+109=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9806D is #367F92. Grayscale: #939393. Windows color (decimal): -3571603 or 7176393. OLE color: 7176393.

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

Color convert

RGB201128109-
CMYK00.360.460.21
HSL12.39º46%60.78%-
HSV(B)12.39º45.77%78.82%-
XYZ34.5728.9618.24-
YUV147.66106.18166.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.89%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=45.89%
G=29.22%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112810900.360.460.2112.394660.78
HexC9806D0242E15c2e3d
Octal3112001550445625145675
Binary110010011000000011011010100100101110101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9806D; }

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

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

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

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

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

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

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

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