Shades of Burning Sand #C88968
Tints of Burning Sand #C88968
RGB
CMYK
RGB Variations
Color information
#C88968 (or 0xC88968) is known color: Burning Sand. HEX triplet: C8, 89 and 68. RGB value is (200,137,104). Sum of RGB (Red+Green+Blue) = 200+137+104=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C88968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88968 is #377697. Grayscale: #989898. Windows color (decimal): -3634840 or 6851016. OLE color: 6851016.
HSL color Cylindrical-coordinate representation of color #C88968: hue angle of 20.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C88968 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 104 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.22 |
| HSL | 20.63º | 0.47% | 0.6% | - |
| HSV(B) | 20.63º | 0.48% | 0.78% | - |
| XYZ | 35.26 | 31.17 | 17.25 | - |
| YUV | 152.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 104 | 0 | 0.32 | 0.48 | 0.22 | 20.63 | 0.47 | 0.6 |
| Hex | C8 | 89 | 68 | 0 | 20 | 30 | 16 | 15 | 2F | 3C |
| Octal | 310 | 211 | 150 | 0 | 40 | 60 | 26 | 25 | 57 | 74 |
| Binary | 11001000 | 10001001 | 1101000 | 0 | 100000 | 110000 | 10110 | 10101 | 101111 | 111100 |
Color Harmonies of #C88968
Complementary color
Monochromatic Colors of #C88968
Black with #C88968
Text Example
Text Example
White with #C88968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88968; }
p { color: rgb(200,137,104); }
H1.HeaderClassName
{
color: #C88968;
}
.AnyTagClassName
{
color: #C88968;
}
</style>
background-color css
<style>
a { background-color: #C88968; }
a { background-color: rgb(200,137,104); }
div.DivClassName
{
background-color: #C88968;
}
.BgClassName
{
background-color: #C88968;
}
</style>
border-color css
<style>
span { border-color: #C88968; }
span { border-color: rgb(200,137,104); }
td.TdClassName
{
border-color: #C88968;
}
.TagClassName
{
border-color: #C88968;
}
</style>