Shades of Burning Sand #C8805B
Tints of Burning Sand #C8805B
RGB
CMYK
RGB Variations
Color information
#C8805B (or 0xC8805B) is known color: Burning Sand. HEX triplet: C8, 80 and 5B. RGB value is (200,128,91). Sum of RGB (Red+Green+Blue) = 200+128+91=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8805B is #377FA4. Grayscale: #919191. Windows color (decimal): -3637157 or 5996744. OLE color: 5996744.
HSL color Cylindrical-coordinate representation of color #C8805B: hue angle of 20.37º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8805B is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 91 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.22 |
| HSL | 20.37º | 0.5% | 0.57% | - |
| HSV(B) | 20.37º | 0.55% | 0.78% | - |
| XYZ | 33.43 | 28.47 | 13.63 | - |
| YUV | 145.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 91 | 0 | 0.36 | 0.54 | 0.22 | 20.37 | 0.5 | 0.57 |
| Hex | C8 | 80 | 5B | 0 | 24 | 36 | 16 | 14 | 32 | 39 |
| Octal | 310 | 200 | 133 | 0 | 44 | 66 | 26 | 24 | 62 | 71 |
| Binary | 11001000 | 10000000 | 1011011 | 0 | 100100 | 110110 | 10110 | 10100 | 110010 | 111001 |
Color Harmonies of #C8805B
Complementary color
Monochromatic Colors of #C8805B
Black with #C8805B
Text Example
Text Example
White with #C8805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8805B; }
p { color: rgb(200,128,91); }
H1.HeaderClassName
{
color: #C8805B;
}
.AnyTagClassName
{
color: #C8805B;
}
</style>
background-color css
<style>
a { background-color: #C8805B; }
a { background-color: rgb(200,128,91); }
div.DivClassName
{
background-color: #C8805B;
}
.BgClassName
{
background-color: #C8805B;
}
</style>
border-color css
<style>
span { border-color: #C8805B; }
span { border-color: rgb(200,128,91); }
td.TdClassName
{
border-color: #C8805B;
}
.TagClassName
{
border-color: #C8805B;
}
</style>