Shades of Burning Sand #C88358
Tints of Burning Sand #C88358
RGB
CMYK
RGB Variations
Color information
#C88358 (or 0xC88358) is known color: Burning Sand. HEX triplet: C8, 83 and 58. RGB value is (200,131,88). Sum of RGB (Red+Green+Blue) = 200+131+88=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C88358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88358 is #377CA7. Grayscale: #929292. Windows color (decimal): -3636392 or 5800904. OLE color: 5800904.
HSL color Cylindrical-coordinate representation of color #C88358: hue angle of 23.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C88358 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 88 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.22 |
| HSL | 23.04º | 0.5% | 0.56% | - |
| HSV(B) | 23.04º | 0.56% | 0.78% | - |
| XYZ | 33.7 | 29.22 | 13.1 | - |
| YUV | 146.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 88 | 0 | 0.34 | 0.56 | 0.22 | 23.04 | 0.5 | 0.56 |
| Hex | C8 | 83 | 58 | 0 | 22 | 38 | 16 | 17 | 32 | 38 |
| Octal | 310 | 203 | 130 | 0 | 42 | 70 | 26 | 27 | 62 | 70 |
| Binary | 11001000 | 10000011 | 1011000 | 0 | 100010 | 111000 | 10110 | 10111 | 110010 | 111000 |
Color Harmonies of #C88358
Complementary color
Monochromatic Colors of #C88358
Black with #C88358
Text Example
Text Example
White with #C88358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88358; }
p { color: rgb(200,131,88); }
H1.HeaderClassName
{
color: #C88358;
}
.AnyTagClassName
{
color: #C88358;
}
</style>
background-color css
<style>
a { background-color: #C88358; }
a { background-color: rgb(200,131,88); }
div.DivClassName
{
background-color: #C88358;
}
.BgClassName
{
background-color: #C88358;
}
</style>
border-color css
<style>
span { border-color: #C88358; }
span { border-color: rgb(200,131,88); }
td.TdClassName
{
border-color: #C88358;
}
.TagClassName
{
border-color: #C88358;
}
</style>