Shades of Burning Sand #C88462
Tints of Burning Sand #C88462
RGB
CMYK
RGB Variations
Color information
#C88462 (or 0xC88462) is known color: Burning Sand. HEX triplet: C8, 84 and 62. RGB value is (200,132,98). Sum of RGB (Red+Green+Blue) = 200+132+98=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C88462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88462 is #377B9D. Grayscale: #949494. Windows color (decimal): -3636126 or 6456520. OLE color: 6456520.
HSL color Cylindrical-coordinate representation of color #C88462: hue angle of 20º 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 #C88462 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 98 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.22 |
| HSL | 20º | 0.48% | 0.58% | - |
| HSV(B) | 20º | 0.51% | 0.78% | - |
| XYZ | 34.28 | 29.66 | 15.47 | - |
| YUV | 148.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 98 | 0 | 0.34 | 0.51 | 0.22 | 20 | 0.48 | 0.58 |
| Hex | C8 | 84 | 62 | 0 | 22 | 33 | 16 | 14 | 30 | 3A |
| Octal | 310 | 204 | 142 | 0 | 42 | 63 | 26 | 24 | 60 | 72 |
| Binary | 11001000 | 10000100 | 1100010 | 0 | 100010 | 110011 | 10110 | 10100 | 110000 | 111010 |
Color Harmonies of #C88462
Complementary color
Monochromatic Colors of #C88462
Black with #C88462
Text Example
Text Example
White with #C88462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88462; }
p { color: rgb(200,132,98); }
H1.HeaderClassName
{
color: #C88462;
}
.AnyTagClassName
{
color: #C88462;
}
</style>
background-color css
<style>
a { background-color: #C88462; }
a { background-color: rgb(200,132,98); }
div.DivClassName
{
background-color: #C88462;
}
.BgClassName
{
background-color: #C88462;
}
</style>
border-color css
<style>
span { border-color: #C88462; }
span { border-color: rgb(200,132,98); }
td.TdClassName
{
border-color: #C88462;
}
.TagClassName
{
border-color: #C88462;
}
</style>