Shades of Burning Sand #C88463
Tints of Burning Sand #C88463
RGB
CMYK
RGB Variations
Color information
#C88463 (or 0xC88463) is known color: Burning Sand. HEX triplet: C8, 84 and 63. RGB value is (200,132,99). Sum of RGB (Red+Green+Blue) = 200+132+99=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C88463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88463 is #377B9C. Grayscale: #949494. Windows color (decimal): -3636125 or 6522056. OLE color: 6522056.
HSL color Cylindrical-coordinate representation of color #C88463: hue angle of 19.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 #C88463 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 99 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.22 |
| HSL | 19.6º | 0.48% | 0.59% | - |
| HSV(B) | 19.6º | 0.51% | 0.78% | - |
| XYZ | 34.32 | 29.68 | 15.72 | - |
| YUV | 148.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 99 | 0 | 0.34 | 0.50 | 0.22 | 19.6 | 0.48 | 0.59 |
| Hex | C8 | 84 | 63 | 0 | 22 | 32 | 16 | 14 | 30 | 3B |
| Octal | 310 | 204 | 143 | 0 | 42 | 62 | 26 | 24 | 60 | 73 |
| Binary | 11001000 | 10000100 | 1100011 | 0 | 100010 | 110010 | 10110 | 10100 | 110000 | 111011 |
Color Harmonies of #C88463
Complementary color
Monochromatic Colors of #C88463
Black with #C88463
Text Example
Text Example
White with #C88463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88463; }
p { color: rgb(200,132,99); }
H1.HeaderClassName
{
color: #C88463;
}
.AnyTagClassName
{
color: #C88463;
}
</style>
background-color css
<style>
a { background-color: #C88463; }
a { background-color: rgb(200,132,99); }
div.DivClassName
{
background-color: #C88463;
}
.BgClassName
{
background-color: #C88463;
}
</style>
border-color css
<style>
span { border-color: #C88463; }
span { border-color: rgb(200,132,99); }
td.TdClassName
{
border-color: #C88463;
}
.TagClassName
{
border-color: #C88463;
}
</style>