Shades of Burning Sand #C8825C
Tints of Burning Sand #C8825C
RGB
CMYK
RGB Variations
Color information
#C8825C (or 0xC8825C) is known color: Burning Sand. HEX triplet: C8, 82 and 5C. RGB value is (200,130,92). Sum of RGB (Red+Green+Blue) = 200+130+92=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8825C is #377DA3. Grayscale: #929292. Windows color (decimal): -3636644 or 6062792. OLE color: 6062792.
HSL color Cylindrical-coordinate representation of color #C8825C: hue angle of 21.11º 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 #C8825C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 92 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.22 |
| HSL | 21.11º | 0.5% | 0.57% | - |
| HSV(B) | 21.11º | 0.54% | 0.78% | - |
| XYZ | 33.73 | 29.02 | 13.95 | - |
| YUV | 146.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 92 | 0 | 0.35 | 0.54 | 0.22 | 21.11 | 0.5 | 0.57 |
| Hex | C8 | 82 | 5C | 0 | 23 | 36 | 16 | 15 | 32 | 39 |
| Octal | 310 | 202 | 134 | 0 | 43 | 66 | 26 | 25 | 62 | 71 |
| Binary | 11001000 | 10000010 | 1011100 | 0 | 100011 | 110110 | 10110 | 10101 | 110010 | 111001 |
Color Harmonies of #C8825C
Complementary color
Monochromatic Colors of #C8825C
Black with #C8825C
Text Example
Text Example
White with #C8825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8825C; }
p { color: rgb(200,130,92); }
H1.HeaderClassName
{
color: #C8825C;
}
.AnyTagClassName
{
color: #C8825C;
}
</style>
background-color css
<style>
a { background-color: #C8825C; }
a { background-color: rgb(200,130,92); }
div.DivClassName
{
background-color: #C8825C;
}
.BgClassName
{
background-color: #C8825C;
}
</style>
border-color css
<style>
span { border-color: #C8825C; }
span { border-color: rgb(200,130,92); }
td.TdClassName
{
border-color: #C8825C;
}
.TagClassName
{
border-color: #C8825C;
}
</style>