#C88564

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

Shades of Burning Sand #C88564

Tints of Burning Sand #C88564

Color information

#C88564 (or 0xC88564) is unknown color: approx Burning Sand. HEX triplet: C8, 85 and 64. RGB value is (200,133,100). Sum of RGB (Red+Green+Blue) = 200+133+100=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88564 is #377A9B. Grayscale: #959595. Windows color (decimal): -3635868 or 6587848. OLE color: 6587848.

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

Color convert

RGB200133100-
CMYK00.340.50.22
HSL19.8º47.62%58.82%-
HSV(B)19.8º50%78.43%-
XYZ34.5129.9716.02-
YUV149.27100.2164.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=46.19%
G=30.72%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013310000.340.50.2219.847.6258.82
HexC88564022321614303b
Octal3102051440426226246073
Binary1100100010000101110010001000101100101011010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88564; }

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

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

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

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

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

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

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

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