Shades of Burning Sand #C8825A
Tints of Burning Sand #C8825A
RGB
CMYK
RGB Variations
Color information
#C8825A (or 0xC8825A) is known color: Burning Sand. HEX triplet: C8, 82 and 5A. RGB value is (200,130,90). Sum of RGB (Red+Green+Blue) = 200+130+90=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8825A is #377DA5. Grayscale: #929292. Windows color (decimal): -3636646 or 5931720. OLE color: 5931720.
HSL color Cylindrical-coordinate representation of color #C8825A: hue angle of 21.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8825A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 90 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.22 |
| HSL | 21.82º | 0.5% | 0.57% | - |
| HSV(B) | 21.82º | 0.55% | 0.78% | - |
| XYZ | 33.65 | 28.98 | 13.49 | - |
| YUV | 146.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 90 | 0 | 0.35 | 0.55 | 0.22 | 21.82 | 0.5 | 0.57 |
| Hex | C8 | 82 | 5A | 0 | 23 | 37 | 16 | 16 | 32 | 39 |
| Octal | 310 | 202 | 132 | 0 | 43 | 67 | 26 | 26 | 62 | 71 |
| Binary | 11001000 | 10000010 | 1011010 | 0 | 100011 | 110111 | 10110 | 10110 | 110010 | 111001 |
Color Harmonies of #C8825A
Complementary color
Monochromatic Colors of #C8825A
Black with #C8825A
Text Example
Text Example
White with #C8825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8825A; }
p { color: rgb(200,130,90); }
H1.HeaderClassName
{
color: #C8825A;
}
.AnyTagClassName
{
color: #C8825A;
}
</style>
background-color css
<style>
a { background-color: #C8825A; }
a { background-color: rgb(200,130,90); }
div.DivClassName
{
background-color: #C8825A;
}
.BgClassName
{
background-color: #C8825A;
}
</style>
border-color css
<style>
span { border-color: #C8825A; }
span { border-color: rgb(200,130,90); }
td.TdClassName
{
border-color: #C8825A;
}
.TagClassName
{
border-color: #C8825A;
}
</style>