Shades of Burning Sand #C88963
Tints of Burning Sand #C88963
RGB
CMYK
RGB Variations
Color information
#C88963 (or 0xC88963) is known color: Burning Sand. HEX triplet: C8, 89 and 63. RGB value is (200,137,99). Sum of RGB (Red+Green+Blue) = 200+137+99=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C88963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88963 is #37769C. Grayscale: #979797. Windows color (decimal): -3634845 or 6523336. OLE color: 6523336.
HSL color Cylindrical-coordinate representation of color #C88963: hue angle of 22.57º 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 #C88963 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 99 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.22 |
| HSL | 22.57º | 0.48% | 0.59% | - |
| HSV(B) | 22.57º | 0.51% | 0.78% | - |
| XYZ | 35.02 | 31.07 | 15.96 | - |
| YUV | 151.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 99 | 0 | 0.32 | 0.50 | 0.22 | 22.57 | 0.48 | 0.59 |
| Hex | C8 | 89 | 63 | 0 | 20 | 32 | 16 | 17 | 30 | 3B |
| Octal | 310 | 211 | 143 | 0 | 40 | 62 | 26 | 27 | 60 | 73 |
| Binary | 11001000 | 10001001 | 1100011 | 0 | 100000 | 110010 | 10110 | 10111 | 110000 | 111011 |
Color Harmonies of #C88963
Complementary color
Monochromatic Colors of #C88963
Black with #C88963
Text Example
Text Example
White with #C88963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88963; }
p { color: rgb(200,137,99); }
H1.HeaderClassName
{
color: #C88963;
}
.AnyTagClassName
{
color: #C88963;
}
</style>
background-color css
<style>
a { background-color: #C88963; }
a { background-color: rgb(200,137,99); }
div.DivClassName
{
background-color: #C88963;
}
.BgClassName
{
background-color: #C88963;
}
</style>
border-color css
<style>
span { border-color: #C88963; }
span { border-color: rgb(200,137,99); }
td.TdClassName
{
border-color: #C88963;
}
.TagClassName
{
border-color: #C88963;
}
</style>