Shades of Burning Sand #C88762
Tints of Burning Sand #C88762
RGB
CMYK
RGB Variations
Color information
#C88762 (or 0xC88762) is known color: Burning Sand. HEX triplet: C8, 87 and 62. RGB value is (200,135,98). Sum of RGB (Red+Green+Blue) = 200+135+98=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88762 is #37789D. Grayscale: #969696. Windows color (decimal): -3635358 or 6457288. OLE color: 6457288.
HSL color Cylindrical-coordinate representation of color #C88762: hue angle of 21.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C88762 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 98 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.22 |
| HSL | 21.76º | 0.48% | 0.58% | - |
| HSV(B) | 21.76º | 0.51% | 0.78% | - |
| XYZ | 34.69 | 30.49 | 15.61 | - |
| YUV | 150.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 98 | 0 | 0.32 | 0.51 | 0.22 | 21.76 | 0.48 | 0.58 |
| Hex | C8 | 87 | 62 | 0 | 20 | 33 | 16 | 16 | 30 | 3A |
| Octal | 310 | 207 | 142 | 0 | 40 | 63 | 26 | 26 | 60 | 72 |
| Binary | 11001000 | 10000111 | 1100010 | 0 | 100000 | 110011 | 10110 | 10110 | 110000 | 111010 |
Color Harmonies of #C88762
Complementary color
Monochromatic Colors of #C88762
Black with #C88762
Text Example
Text Example
White with #C88762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88762; }
p { color: rgb(200,135,98); }
H1.HeaderClassName
{
color: #C88762;
}
.AnyTagClassName
{
color: #C88762;
}
</style>
background-color css
<style>
a { background-color: #C88762; }
a { background-color: rgb(200,135,98); }
div.DivClassName
{
background-color: #C88762;
}
.BgClassName
{
background-color: #C88762;
}
</style>
border-color css
<style>
span { border-color: #C88762; }
span { border-color: rgb(200,135,98); }
td.TdClassName
{
border-color: #C88762;
}
.TagClassName
{
border-color: #C88762;
}
</style>