Shades of Burning Sand #CE8367
Tints of Burning Sand #CE8367
RGB
CMYK
RGB Variations
Color information
#CE8367 (or 0xCE8367) is known color: Burning Sand. HEX triplet: CE, 83 and 67. RGB value is (206,131,103). Sum of RGB (Red+Green+Blue) = 206+131+103=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8367 is #317C98. Grayscale: #969696. Windows color (decimal): -3243161 or 6783950. OLE color: 6783950.
HSL color Cylindrical-coordinate representation of color #CE8367: hue angle of 16.31º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE8367 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 103 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.19 |
| HSL | 16.31º | 0.51% | 0.61% | - |
| HSV(B) | 16.31º | 0.5% | 0.81% | - |
| XYZ | 36.02 | 30.33 | 16.79 | - |
| YUV | 150.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 103 | 0 | 0.36 | 0.50 | 0.19 | 16.31 | 0.51 | 0.61 |
| Hex | CE | 83 | 67 | 0 | 24 | 32 | 13 | 10 | 33 | 3D |
| Octal | 316 | 203 | 147 | 0 | 44 | 62 | 23 | 20 | 63 | 75 |
| Binary | 11001110 | 10000011 | 1100111 | 0 | 100100 | 110010 | 10011 | 10000 | 110011 | 111101 |
Color Harmonies of #CE8367
Complementary color
Monochromatic Colors of #CE8367
Black with #CE8367
Text Example
Text Example
White with #CE8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8367; }
p { color: rgb(206,131,103); }
H1.HeaderClassName
{
color: #CE8367;
}
.AnyTagClassName
{
color: #CE8367;
}
</style>
background-color css
<style>
a { background-color: #CE8367; }
a { background-color: rgb(206,131,103); }
div.DivClassName
{
background-color: #CE8367;
}
.BgClassName
{
background-color: #CE8367;
}
</style>
border-color css
<style>
span { border-color: #CE8367; }
span { border-color: rgb(206,131,103); }
td.TdClassName
{
border-color: #CE8367;
}
.TagClassName
{
border-color: #CE8367;
}
</style>