Shades of Burning Sand #C8896D
Tints of Burning Sand #C8896D
RGB
CMYK
RGB Variations
Color information
#C8896D (or 0xC8896D) is known color: Burning Sand. HEX triplet: C8, 89 and 6D. RGB value is (200,137,109). Sum of RGB (Red+Green+Blue) = 200+137+109=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8896D is #377692. Grayscale: #989898. Windows color (decimal): -3634835 or 7178696. OLE color: 7178696.
HSL color Cylindrical-coordinate representation of color #C8896D: hue angle of 18.46º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8896D is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 109 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.22 |
| HSL | 18.46º | 0.45% | 0.61% | - |
| HSV(B) | 18.46º | 0.46% | 0.78% | - |
| XYZ | 35.53 | 31.27 | 18.63 | - |
| YUV | 152.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 109 | 0 | 0.32 | 0.46 | 0.22 | 18.46 | 0.45 | 0.61 |
| Hex | C8 | 89 | 6D | 0 | 20 | 2E | 16 | 12 | 2D | 3D |
| Octal | 310 | 211 | 155 | 0 | 40 | 56 | 26 | 22 | 55 | 75 |
| Binary | 11001000 | 10001001 | 1101101 | 0 | 100000 | 101110 | 10110 | 10010 | 101101 | 111101 |
Color Harmonies of #C8896D
Complementary color
Monochromatic Colors of #C8896D
Black with #C8896D
Text Example
Text Example
White with #C8896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8896D; }
p { color: rgb(200,137,109); }
H1.HeaderClassName
{
color: #C8896D;
}
.AnyTagClassName
{
color: #C8896D;
}
</style>
background-color css
<style>
a { background-color: #C8896D; }
a { background-color: rgb(200,137,109); }
div.DivClassName
{
background-color: #C8896D;
}
.BgClassName
{
background-color: #C8896D;
}
</style>
border-color css
<style>
span { border-color: #C8896D; }
span { border-color: rgb(200,137,109); }
td.TdClassName
{
border-color: #C8896D;
}
.TagClassName
{
border-color: #C8896D;
}
</style>