Shades of Burning Sand #CE836B
Tints of Burning Sand #CE836B
RGB
CMYK
RGB Variations
Color information
#CE836B (or 0xCE836B) is known color: Burning Sand. HEX triplet: CE, 83 and 6B. RGB value is (206,131,107). Sum of RGB (Red+Green+Blue) = 206+131+107=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE836B is #317C94. Grayscale: #969696. Windows color (decimal): -3243157 or 7046094. OLE color: 7046094.
HSL color Cylindrical-coordinate representation of color #CE836B: hue angle of 14.55º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE836B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 107 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.19 |
| HSL | 14.55º | 0.5% | 0.61% | - |
| HSV(B) | 14.55º | 0.48% | 0.81% | - |
| XYZ | 36.22 | 30.42 | 17.87 | - |
| YUV | 150.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 107 | 0 | 0.36 | 0.48 | 0.19 | 14.55 | 0.5 | 0.61 |
| Hex | CE | 83 | 6B | 0 | 24 | 30 | 13 | F | 32 | 3D |
| Octal | 316 | 203 | 153 | 0 | 44 | 60 | 23 | 17 | 62 | 75 |
| Binary | 11001110 | 10000011 | 1101011 | 0 | 100100 | 110000 | 10011 | 1111 | 110010 | 111101 |
Color Harmonies of #CE836B
Complementary color
Monochromatic Colors of #CE836B
Black with #CE836B
Text Example
Text Example
White with #CE836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE836B; }
p { color: rgb(206,131,107); }
H1.HeaderClassName
{
color: #CE836B;
}
.AnyTagClassName
{
color: #CE836B;
}
</style>
background-color css
<style>
a { background-color: #CE836B; }
a { background-color: rgb(206,131,107); }
div.DivClassName
{
background-color: #CE836B;
}
.BgClassName
{
background-color: #CE836B;
}
</style>
border-color css
<style>
span { border-color: #CE836B; }
span { border-color: rgb(206,131,107); }
td.TdClassName
{
border-color: #CE836B;
}
.TagClassName
{
border-color: #CE836B;
}
</style>