#C88864

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

Shades of Burning Sand #C88864

Tints of Burning Sand #C88864

Color information

#C88864 (or 0xC88864) is unknown color: approx Burning Sand. HEX triplet: C8, 88 and 64. RGB value is (200,136,100). Sum of RGB (Red+Green+Blue) = 200+136+100=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C88864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88864 is #37779B. Grayscale: #979797. Windows color (decimal): -3635100 or 6588616. OLE color: 6588616.

HSL color Cylindrical-coordinate representation of color #C88864: hue angle of 21.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C88864 is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB200136100-
CMYK00.320.50.22
HSL21.6º47.62%58.82%-
HSV(B)21.6º50%78.43%-
XYZ34.9230.8116.16-
YUV151.0399.2162.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=45.87%
G=31.19%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013610000.320.50.2221.647.6258.82
HexC88864020321616303b
Octal3102101440406226266073
Binary1100100010001000110010001000001100101011010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88864; }

 p { color: rgb(200,136,100); }

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

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

 a { background-color: rgb(200,136,100); }

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

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

 span { border-color: rgb(200,136,100); }

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