#C9856D

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

Shades of Burning Sand #C9856D

Tints of Burning Sand #C9856D

Color information

#C9856D (or 0xC9856D) is unknown color: approx Burning Sand. HEX triplet: C9, 85 and 6D. RGB value is (201,133,109). Sum of RGB (Red+Green+Blue) = 201+133+109=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9856D is #367A92. Grayscale: #969696. Windows color (decimal): -3570323 or 7177673. OLE color: 7177673.

HSL color Cylindrical-coordinate representation of color #C9856D: hue angle of 15.65º 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 #C9856D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201133109-
CMYK00.340.460.21
HSL15.65º46%60.78%-
HSV(B)15.65º45.77%78.82%-
XYZ35.2430.318.46-
YUV150.6104.53163.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=45.37%
G=30.02%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113310900.340.460.2115.654660.78
HexC9856D0222E15102e3d
Octal3112051550425625205675
Binary1100100110000101110110101000101011101010110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9856D; }

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

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

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

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

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

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

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

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