Shades of Burning Sand #C88670
Tints of Burning Sand #C88670
RGB
CMYK
RGB Variations
Color information
#C88670 (or 0xC88670) is known color: Burning Sand. HEX triplet: C8, 86 and 70. RGB value is (200,134,112). Sum of RGB (Red+Green+Blue) = 200+134+112=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C88670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88670 is #37798F. Grayscale: #979797. Windows color (decimal): -3635600 or 7374536. OLE color: 7374536.
HSL color Cylindrical-coordinate representation of color #C88670: hue angle of 15º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88670 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 112 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.22 |
| HSL | 15º | 0.44% | 0.61% | - |
| HSV(B) | 15º | 0.44% | 0.78% | - |
| XYZ | 35.27 | 30.5 | 19.36 | - |
| YUV | 151.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 112 | 0 | 0.33 | 0.44 | 0.22 | 15 | 0.44 | 0.61 |
| Hex | C8 | 86 | 70 | 0 | 21 | 2C | 16 | F | 2C | 3D |
| Octal | 310 | 206 | 160 | 0 | 41 | 54 | 26 | 17 | 54 | 75 |
| Binary | 11001000 | 10000110 | 1110000 | 0 | 100001 | 101100 | 10110 | 1111 | 101100 | 111101 |
Color Harmonies of #C88670
Complementary color
Monochromatic Colors of #C88670
Black with #C88670
Text Example
Text Example
White with #C88670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88670; }
p { color: rgb(200,134,112); }
H1.HeaderClassName
{
color: #C88670;
}
.AnyTagClassName
{
color: #C88670;
}
</style>
background-color css
<style>
a { background-color: #C88670; }
a { background-color: rgb(200,134,112); }
div.DivClassName
{
background-color: #C88670;
}
.BgClassName
{
background-color: #C88670;
}
</style>
border-color css
<style>
span { border-color: #C88670; }
span { border-color: rgb(200,134,112); }
td.TdClassName
{
border-color: #C88670;
}
.TagClassName
{
border-color: #C88670;
}
</style>