Shades of Burning Sand #C88564
Tints of Burning Sand #C88564
RGB
CMYK
RGB Variations
Color information
#C88564 (or 0xC88564) is known color: 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
| RGB | 200 | 133 | 100 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.22 |
| HSL | 19.8º | 0.48% | 0.59% | - |
| HSV(B) | 19.8º | 0.5% | 0.78% | - |
| XYZ | 34.51 | 29.97 | 16.02 | - |
| YUV | 149.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 100 | 0 | 0.34 | 0.5 | 0.22 | 19.8 | 0.48 | 0.59 |
| Hex | C8 | 85 | 64 | 0 | 22 | 32 | 16 | 14 | 30 | 3B |
| Octal | 310 | 205 | 144 | 0 | 42 | 62 | 26 | 24 | 60 | 73 |
| Binary | 11001000 | 10000101 | 1100100 | 0 | 100010 | 110010 | 10110 | 10100 | 110000 | 111011 |
Color Harmonies of #C88564
Complementary color
Monochromatic Colors of #C88564
Black with #C88564
Text Example
Text Example
White with #C88564
Text Example
Text Example
HTML Codes & Css Web 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>