Shades of Burning Sand #C8805C
Tints of Burning Sand #C8805C
RGB
CMYK
RGB Variations
Color information
#C8805C (or 0xC8805C) is known color: Burning Sand. HEX triplet: C8, 80 and 5C. RGB value is (200,128,92). Sum of RGB (Red+Green+Blue) = 200+128+92=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8805C is #377FA3. Grayscale: #919191. Windows color (decimal): -3637156 or 6062280. OLE color: 6062280.
HSL color Cylindrical-coordinate representation of color #C8805C: hue angle of 20º 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 #C8805C is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 92 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.22 |
| HSL | 20º | 0.5% | 0.57% | - |
| HSV(B) | 20º | 0.54% | 0.78% | - |
| XYZ | 33.47 | 28.49 | 13.86 | - |
| YUV | 145.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 92 | 0 | 0.36 | 0.54 | 0.22 | 20 | 0.5 | 0.57 |
| Hex | C8 | 80 | 5C | 0 | 24 | 36 | 16 | 14 | 32 | 39 |
| Octal | 310 | 200 | 134 | 0 | 44 | 66 | 26 | 24 | 62 | 71 |
| Binary | 11001000 | 10000000 | 1011100 | 0 | 100100 | 110110 | 10110 | 10100 | 110010 | 111001 |
Color Harmonies of #C8805C
Complementary color
Monochromatic Colors of #C8805C
Black with #C8805C
Text Example
Text Example
White with #C8805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8805C; }
p { color: rgb(200,128,92); }
H1.HeaderClassName
{
color: #C8805C;
}
.AnyTagClassName
{
color: #C8805C;
}
</style>
background-color css
<style>
a { background-color: #C8805C; }
a { background-color: rgb(200,128,92); }
div.DivClassName
{
background-color: #C8805C;
}
.BgClassName
{
background-color: #C8805C;
}
</style>
border-color css
<style>
span { border-color: #C8805C; }
span { border-color: rgb(200,128,92); }
td.TdClassName
{
border-color: #C8805C;
}
.TagClassName
{
border-color: #C8805C;
}
</style>