Shades of Burning Sand #C88966
Tints of Burning Sand #C88966
RGB
CMYK
RGB Variations
Color information
#C88966 (or 0xC88966) is known color: Burning Sand. HEX triplet: C8, 89 and 66. RGB value is (200,137,102). Sum of RGB (Red+Green+Blue) = 200+137+102=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C88966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88966 is #377699. Grayscale: #989898. Windows color (decimal): -3634842 or 6719944. OLE color: 6719944.
HSL color Cylindrical-coordinate representation of color #C88966: hue angle of 21.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C88966 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 102 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.22 |
| HSL | 21.43º | 0.47% | 0.59% | - |
| HSV(B) | 21.43º | 0.49% | 0.78% | - |
| XYZ | 35.16 | 31.13 | 16.73 | - |
| YUV | 151.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 102 | 0 | 0.32 | 0.49 | 0.22 | 21.43 | 0.47 | 0.59 |
| Hex | C8 | 89 | 66 | 0 | 20 | 31 | 16 | 15 | 2F | 3B |
| Octal | 310 | 211 | 146 | 0 | 40 | 61 | 26 | 25 | 57 | 73 |
| Binary | 11001000 | 10001001 | 1100110 | 0 | 100000 | 110001 | 10110 | 10101 | 101111 | 111011 |
Color Harmonies of #C88966
Complementary color
Monochromatic Colors of #C88966
Black with #C88966
Text Example
Text Example
White with #C88966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88966; }
p { color: rgb(200,137,102); }
H1.HeaderClassName
{
color: #C88966;
}
.AnyTagClassName
{
color: #C88966;
}
</style>
background-color css
<style>
a { background-color: #C88966; }
a { background-color: rgb(200,137,102); }
div.DivClassName
{
background-color: #C88966;
}
.BgClassName
{
background-color: #C88966;
}
</style>
border-color css
<style>
span { border-color: #C88966; }
span { border-color: rgb(200,137,102); }
td.TdClassName
{
border-color: #C88966;
}
.TagClassName
{
border-color: #C88966;
}
</style>