Shades of Burning Sand #CE815D
Tints of Burning Sand #CE815D
RGB
CMYK
RGB Variations
Color information
#CE815D (or 0xCE815D) is known color: Burning Sand. HEX triplet: CE, 81 and 5D. RGB value is (206,129,93). Sum of RGB (Red+Green+Blue) = 206+129+93=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE815D is #317EA2. Grayscale: #949494. Windows color (decimal): -3243683 or 6128078. OLE color: 6128078.
HSL color Cylindrical-coordinate representation of color #CE815D: hue angle of 19.12º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE815D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 93 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.19 |
| HSL | 19.12º | 0.54% | 0.59% | - |
| HSV(B) | 19.12º | 0.55% | 0.81% | - |
| XYZ | 35.28 | 29.61 | 14.21 | - |
| YUV | 147.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 93 | 0 | 0.37 | 0.55 | 0.19 | 19.12 | 0.54 | 0.59 |
| Hex | CE | 81 | 5D | 0 | 25 | 37 | 13 | 13 | 36 | 3B |
| Octal | 316 | 201 | 135 | 0 | 45 | 67 | 23 | 23 | 66 | 73 |
| Binary | 11001110 | 10000001 | 1011101 | 0 | 100101 | 110111 | 10011 | 10011 | 110110 | 111011 |
Color Harmonies of #CE815D
Complementary color
Monochromatic Colors of #CE815D
Black with #CE815D
Text Example
Text Example
White with #CE815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE815D; }
p { color: rgb(206,129,93); }
H1.HeaderClassName
{
color: #CE815D;
}
.AnyTagClassName
{
color: #CE815D;
}
</style>
background-color css
<style>
a { background-color: #CE815D; }
a { background-color: rgb(206,129,93); }
div.DivClassName
{
background-color: #CE815D;
}
.BgClassName
{
background-color: #CE815D;
}
</style>
border-color css
<style>
span { border-color: #CE815D; }
span { border-color: rgb(206,129,93); }
td.TdClassName
{
border-color: #CE815D;
}
.TagClassName
{
border-color: #CE815D;
}
</style>