Shades of Burning Sand #CE8369
Tints of Burning Sand #CE8369
RGB
CMYK
RGB Variations
Color information
#CE8369 (or 0xCE8369) is known color: Burning Sand. HEX triplet: CE, 83 and 69. RGB value is (206,131,105). Sum of RGB (Red+Green+Blue) = 206+131+105=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8369 is #317C96. Grayscale: #969696. Windows color (decimal): -3243159 or 6915022. OLE color: 6915022.
HSL color Cylindrical-coordinate representation of color #CE8369: hue angle of 15.45º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE8369 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 105 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.19 |
| HSL | 15.45º | 0.51% | 0.61% | - |
| HSV(B) | 15.45º | 0.49% | 0.81% | - |
| XYZ | 36.12 | 30.37 | 17.32 | - |
| YUV | 150.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 105 | 0 | 0.36 | 0.49 | 0.19 | 15.45 | 0.51 | 0.61 |
| Hex | CE | 83 | 69 | 0 | 24 | 31 | 13 | F | 33 | 3D |
| Octal | 316 | 203 | 151 | 0 | 44 | 61 | 23 | 17 | 63 | 75 |
| Binary | 11001110 | 10000011 | 1101001 | 0 | 100100 | 110001 | 10011 | 1111 | 110011 | 111101 |
Color Harmonies of #CE8369
Complementary color
Monochromatic Colors of #CE8369
Black with #CE8369
Text Example
Text Example
White with #CE8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8369; }
p { color: rgb(206,131,105); }
H1.HeaderClassName
{
color: #CE8369;
}
.AnyTagClassName
{
color: #CE8369;
}
</style>
background-color css
<style>
a { background-color: #CE8369; }
a { background-color: rgb(206,131,105); }
div.DivClassName
{
background-color: #CE8369;
}
.BgClassName
{
background-color: #CE8369;
}
</style>
border-color css
<style>
span { border-color: #CE8369; }
span { border-color: rgb(206,131,105); }
td.TdClassName
{
border-color: #CE8369;
}
.TagClassName
{
border-color: #CE8369;
}
</style>