Shades of Burning Sand #CE825A
Tints of Burning Sand #CE825A
RGB
CMYK
RGB Variations
Color information
#CE825A (or 0xCE825A) is known color: Burning Sand. HEX triplet: CE, 82 and 5A. RGB value is (206,130,90). Sum of RGB (Red+Green+Blue) = 206+130+90=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE825A is #317DA5. Grayscale: #949494. Windows color (decimal): -3243430 or 5931726. OLE color: 5931726.
HSL color Cylindrical-coordinate representation of color #CE825A: hue angle of 20.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE825A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 90 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.19 |
| HSL | 20.69º | 0.54% | 0.58% | - |
| HSV(B) | 20.69º | 0.56% | 0.81% | - |
| XYZ | 35.28 | 29.83 | 13.57 | - |
| YUV | 148.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 90 | 0 | 0.37 | 0.56 | 0.19 | 20.69 | 0.54 | 0.58 |
| Hex | CE | 82 | 5A | 0 | 25 | 38 | 13 | 15 | 36 | 3A |
| Octal | 316 | 202 | 132 | 0 | 45 | 70 | 23 | 25 | 66 | 72 |
| Binary | 11001110 | 10000010 | 1011010 | 0 | 100101 | 111000 | 10011 | 10101 | 110110 | 111010 |
Color Harmonies of #CE825A
Complementary color
Monochromatic Colors of #CE825A
Black with #CE825A
Text Example
Text Example
White with #CE825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE825A; }
p { color: rgb(206,130,90); }
H1.HeaderClassName
{
color: #CE825A;
}
.AnyTagClassName
{
color: #CE825A;
}
</style>
background-color css
<style>
a { background-color: #CE825A; }
a { background-color: rgb(206,130,90); }
div.DivClassName
{
background-color: #CE825A;
}
.BgClassName
{
background-color: #CE825A;
}
</style>
border-color css
<style>
span { border-color: #CE825A; }
span { border-color: rgb(206,130,90); }
td.TdClassName
{
border-color: #CE825A;
}
.TagClassName
{
border-color: #CE825A;
}
</style>