Shades of Burning Sand #C8825E
Tints of Burning Sand #C8825E
RGB
CMYK
RGB Variations
Color information
#C8825E (or 0xC8825E) is known color: Burning Sand. HEX triplet: C8, 82 and 5E. RGB value is (200,130,94). Sum of RGB (Red+Green+Blue) = 200+130+94=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8825E is #377DA1. Grayscale: #939393. Windows color (decimal): -3636642 or 6193864. OLE color: 6193864.
HSL color Cylindrical-coordinate representation of color #C8825E: hue angle of 20.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8825E is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 94 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.22 |
| HSL | 20.38º | 0.49% | 0.58% | - |
| HSV(B) | 20.38º | 0.53% | 0.78% | - |
| XYZ | 33.82 | 29.05 | 14.41 | - |
| YUV | 146.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 94 | 0 | 0.35 | 0.53 | 0.22 | 20.38 | 0.49 | 0.58 |
| Hex | C8 | 82 | 5E | 0 | 23 | 35 | 16 | 14 | 31 | 3A |
| Octal | 310 | 202 | 136 | 0 | 43 | 65 | 26 | 24 | 61 | 72 |
| Binary | 11001000 | 10000010 | 1011110 | 0 | 100011 | 110101 | 10110 | 10100 | 110001 | 111010 |
Color Harmonies of #C8825E
Complementary color
Monochromatic Colors of #C8825E
Black with #C8825E
Text Example
Text Example
White with #C8825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8825E; }
p { color: rgb(200,130,94); }
H1.HeaderClassName
{
color: #C8825E;
}
.AnyTagClassName
{
color: #C8825E;
}
</style>
background-color css
<style>
a { background-color: #C8825E; }
a { background-color: rgb(200,130,94); }
div.DivClassName
{
background-color: #C8825E;
}
.BgClassName
{
background-color: #C8825E;
}
</style>
border-color css
<style>
span { border-color: #C8825E; }
span { border-color: rgb(200,130,94); }
td.TdClassName
{
border-color: #C8825E;
}
.TagClassName
{
border-color: #C8825E;
}
</style>