#C98860

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

Shades of Burning Sand #C98860

Tints of Burning Sand #C98860

Color information

#C98860 (or 0xC98860) is unknown color: approx Burning Sand. HEX triplet: C9, 88 and 60. RGB value is (201,136,96). Sum of RGB (Red+Green+Blue) = 201+136+96=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98860 is #36779F. Grayscale: #979797. Windows color (decimal): -3569568 or 6326473. OLE color: 6326473.

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

Color convert

RGB20113696-
CMYK00.320.520.21
HSL22.86º49.3%58.24%-
HSV(B)22.86º52.24%78.82%-
XYZ3530.8715.18-
YUV150.8797.03163.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=46.42%
G=31.41%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011369600.320.520.2122.8649.358.24
HexC98860020341517313a
Octal3112101400406425276172
Binary1100100110001000110000001000001101001010110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98860; }

 p { color: rgb(201,136,96); }

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

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

 a { background-color: rgb(201,136,96); }

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

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

 span { border-color: rgb(201,136,96); }

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