Shades of Burning Sand #C88356
Tints of Burning Sand #C88356
RGB
CMYK
RGB Variations
Color information
#C88356 (or 0xC88356) is known color: Burning Sand. HEX triplet: C8, 83 and 56. RGB value is (200,131,86). Sum of RGB (Red+Green+Blue) = 200+131+86=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C88356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88356 is #377CA9. Grayscale: #929292. Windows color (decimal): -3636394 or 5669832. OLE color: 5669832.
HSL color Cylindrical-coordinate representation of color #C88356: hue angle of 23.68º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C88356 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 86 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.22 |
| HSL | 23.68º | 0.51% | 0.56% | - |
| HSV(B) | 23.68º | 0.57% | 0.78% | - |
| XYZ | 33.62 | 29.18 | 12.67 | - |
| YUV | 146.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 86 | 0 | 0.34 | 0.57 | 0.22 | 23.68 | 0.51 | 0.56 |
| Hex | C8 | 83 | 56 | 0 | 22 | 39 | 16 | 18 | 33 | 38 |
| Octal | 310 | 203 | 126 | 0 | 42 | 71 | 26 | 30 | 63 | 70 |
| Binary | 11001000 | 10000011 | 1010110 | 0 | 100010 | 111001 | 10110 | 11000 | 110011 | 111000 |
Color Harmonies of #C88356
Complementary color
Monochromatic Colors of #C88356
Black with #C88356
Text Example
Text Example
White with #C88356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88356; }
p { color: rgb(200,131,86); }
H1.HeaderClassName
{
color: #C88356;
}
.AnyTagClassName
{
color: #C88356;
}
</style>
background-color css
<style>
a { background-color: #C88356; }
a { background-color: rgb(200,131,86); }
div.DivClassName
{
background-color: #C88356;
}
.BgClassName
{
background-color: #C88356;
}
</style>
border-color css
<style>
span { border-color: #C88356; }
span { border-color: rgb(200,131,86); }
td.TdClassName
{
border-color: #C88356;
}
.TagClassName
{
border-color: #C88356;
}
</style>