Shades of Burning Sand #C88472
Tints of Burning Sand #C88472
RGB
CMYK
RGB Variations
Color information
#C88472 (or 0xC88472) is known color: Burning Sand. HEX triplet: C8, 84 and 72. RGB value is (200,132,114). Sum of RGB (Red+Green+Blue) = 200+132+114=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C88472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88472 is #377B8D. Grayscale: #969696. Windows color (decimal): -3636110 or 7505096. OLE color: 7505096.
HSL color Cylindrical-coordinate representation of color #C88472: hue angle of 12.56º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88472 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 114 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.22 |
| HSL | 12.56º | 0.44% | 0.62% | - |
| HSV(B) | 12.56º | 0.43% | 0.78% | - |
| XYZ | 35.11 | 30 | 19.86 | - |
| YUV | 150.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 114 | 0 | 0.34 | 0.43 | 0.22 | 12.56 | 0.44 | 0.62 |
| Hex | C8 | 84 | 72 | 0 | 22 | 2B | 16 | D | 2C | 3E |
| Octal | 310 | 204 | 162 | 0 | 42 | 53 | 26 | 15 | 54 | 76 |
| Binary | 11001000 | 10000100 | 1110010 | 0 | 100010 | 101011 | 10110 | 1101 | 101100 | 111110 |
Color Harmonies of #C88472
Complementary color
Monochromatic Colors of #C88472
Black with #C88472
Text Example
Text Example
White with #C88472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88472; }
p { color: rgb(200,132,114); }
H1.HeaderClassName
{
color: #C88472;
}
.AnyTagClassName
{
color: #C88472;
}
</style>
background-color css
<style>
a { background-color: #C88472; }
a { background-color: rgb(200,132,114); }
div.DivClassName
{
background-color: #C88472;
}
.BgClassName
{
background-color: #C88472;
}
</style>
border-color css
<style>
span { border-color: #C88472; }
span { border-color: rgb(200,132,114); }
td.TdClassName
{
border-color: #C88472;
}
.TagClassName
{
border-color: #C88472;
}
</style>