Shades of Burning Sand #CE815F
Tints of Burning Sand #CE815F
RGB
CMYK
RGB Variations
Color information
#CE815F (or 0xCE815F) is known color: Burning Sand. HEX triplet: CE, 81 and 5F. RGB value is (206,129,95). Sum of RGB (Red+Green+Blue) = 206+129+95=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE815F is #317EA0. Grayscale: #949494. Windows color (decimal): -3243681 or 6259150. OLE color: 6259150.
HSL color Cylindrical-coordinate representation of color #CE815F: hue angle of 18.38º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE815F is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 95 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.19 |
| HSL | 18.38º | 0.53% | 0.59% | - |
| HSV(B) | 18.38º | 0.54% | 0.81% | - |
| XYZ | 35.37 | 29.65 | 14.69 | - |
| YUV | 148.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 95 | 0 | 0.37 | 0.54 | 0.19 | 18.38 | 0.53 | 0.59 |
| Hex | CE | 81 | 5F | 0 | 25 | 36 | 13 | 12 | 35 | 3B |
| Octal | 316 | 201 | 137 | 0 | 45 | 66 | 23 | 22 | 65 | 73 |
| Binary | 11001110 | 10000001 | 1011111 | 0 | 100101 | 110110 | 10011 | 10010 | 110101 | 111011 |
Color Harmonies of #CE815F
Complementary color
Monochromatic Colors of #CE815F
Black with #CE815F
Text Example
Text Example
White with #CE815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE815F; }
p { color: rgb(206,129,95); }
H1.HeaderClassName
{
color: #CE815F;
}
.AnyTagClassName
{
color: #CE815F;
}
</style>
background-color css
<style>
a { background-color: #CE815F; }
a { background-color: rgb(206,129,95); }
div.DivClassName
{
background-color: #CE815F;
}
.BgClassName
{
background-color: #CE815F;
}
</style>
border-color css
<style>
span { border-color: #CE815F; }
span { border-color: rgb(206,129,95); }
td.TdClassName
{
border-color: #CE815F;
}
.TagClassName
{
border-color: #CE815F;
}
</style>