Shades of Burning Sand #C8835F
Tints of Burning Sand #C8835F
RGB
CMYK
RGB Variations
Color information
#C8835F (or 0xC8835F) is known color: Burning Sand. HEX triplet: C8, 83 and 5F. RGB value is (200,131,95). Sum of RGB (Red+Green+Blue) = 200+131+95=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8835F is #377CA0. Grayscale: #939393. Windows color (decimal): -3636385 or 6259656. OLE color: 6259656.
HSL color Cylindrical-coordinate representation of color #C8835F: hue angle of 20.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8835F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 95 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.22 |
| HSL | 20.57º | 0.49% | 0.58% | - |
| HSV(B) | 20.57º | 0.53% | 0.78% | - |
| XYZ | 34 | 29.34 | 14.7 | - |
| YUV | 147.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 95 | 0 | 0.34 | 0.52 | 0.22 | 20.57 | 0.49 | 0.58 |
| Hex | C8 | 83 | 5F | 0 | 22 | 34 | 16 | 15 | 31 | 3A |
| Octal | 310 | 203 | 137 | 0 | 42 | 64 | 26 | 25 | 61 | 72 |
| Binary | 11001000 | 10000011 | 1011111 | 0 | 100010 | 110100 | 10110 | 10101 | 110001 | 111010 |
Color Harmonies of #C8835F
Complementary color
Monochromatic Colors of #C8835F
Black with #C8835F
Text Example
Text Example
White with #C8835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8835F; }
p { color: rgb(200,131,95); }
H1.HeaderClassName
{
color: #C8835F;
}
.AnyTagClassName
{
color: #C8835F;
}
</style>
background-color css
<style>
a { background-color: #C8835F; }
a { background-color: rgb(200,131,95); }
div.DivClassName
{
background-color: #C8835F;
}
.BgClassName
{
background-color: #C8835F;
}
</style>
border-color css
<style>
span { border-color: #C8835F; }
span { border-color: rgb(200,131,95); }
td.TdClassName
{
border-color: #C8835F;
}
.TagClassName
{
border-color: #C8835F;
}
</style>