Shades of Burning Sand #C8815D
Tints of Burning Sand #C8815D
RGB
CMYK
RGB Variations
Color information
#C8815D (or 0xC8815D) is known color: Burning Sand. HEX triplet: C8, 81 and 5D. RGB value is (200,129,93). Sum of RGB (Red+Green+Blue) = 200+129+93=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8815D is #377EA2. Grayscale: #929292. Windows color (decimal): -3636899 or 6128072. OLE color: 6128072.
HSL color Cylindrical-coordinate representation of color #C8815D: hue angle of 20.19º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8815D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 93 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.22 |
| HSL | 20.19º | 0.49% | 0.57% | - |
| HSV(B) | 20.19º | 0.54% | 0.78% | - |
| XYZ | 33.65 | 28.77 | 14.14 | - |
| YUV | 146.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 93 | 0 | 0.36 | 0.54 | 0.22 | 20.19 | 0.49 | 0.57 |
| Hex | C8 | 81 | 5D | 0 | 24 | 36 | 16 | 14 | 31 | 39 |
| Octal | 310 | 201 | 135 | 0 | 44 | 66 | 26 | 24 | 61 | 71 |
| Binary | 11001000 | 10000001 | 1011101 | 0 | 100100 | 110110 | 10110 | 10100 | 110001 | 111001 |
Color Harmonies of #C8815D
Complementary color
Monochromatic Colors of #C8815D
Black with #C8815D
Text Example
Text Example
White with #C8815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8815D; }
p { color: rgb(200,129,93); }
H1.HeaderClassName
{
color: #C8815D;
}
.AnyTagClassName
{
color: #C8815D;
}
</style>
background-color css
<style>
a { background-color: #C8815D; }
a { background-color: rgb(200,129,93); }
div.DivClassName
{
background-color: #C8815D;
}
.BgClassName
{
background-color: #C8815D;
}
</style>
border-color css
<style>
span { border-color: #C8815D; }
span { border-color: rgb(200,129,93); }
td.TdClassName
{
border-color: #C8815D;
}
.TagClassName
{
border-color: #C8815D;
}
</style>