Shades of Burning Sand #CE826B
Tints of Burning Sand #CE826B
RGB
CMYK
RGB Variations
Color information
#CE826B (or 0xCE826B) is known color: Burning Sand. HEX triplet: CE, 82 and 6B. RGB value is (206,130,107). Sum of RGB (Red+Green+Blue) = 206+130+107=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE826B is #317D94. Grayscale: #969696. Windows color (decimal): -3243413 or 7045838. OLE color: 7045838.
HSL color Cylindrical-coordinate representation of color #CE826B: hue angle of 13.94º 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 #CE826B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 107 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.19 |
| HSL | 13.94º | 0.5% | 0.61% | - |
| HSV(B) | 13.94º | 0.48% | 0.81% | - |
| XYZ | 36.09 | 30.15 | 17.83 | - |
| YUV | 150.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 107 | 0 | 0.37 | 0.48 | 0.19 | 13.94 | 0.5 | 0.61 |
| Hex | CE | 82 | 6B | 0 | 25 | 30 | 13 | E | 32 | 3D |
| Octal | 316 | 202 | 153 | 0 | 45 | 60 | 23 | 16 | 62 | 75 |
| Binary | 11001110 | 10000010 | 1101011 | 0 | 100101 | 110000 | 10011 | 1110 | 110010 | 111101 |
Color Harmonies of #CE826B
Complementary color
Monochromatic Colors of #CE826B
Black with #CE826B
Text Example
Text Example
White with #CE826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE826B; }
p { color: rgb(206,130,107); }
H1.HeaderClassName
{
color: #CE826B;
}
.AnyTagClassName
{
color: #CE826B;
}
</style>
background-color css
<style>
a { background-color: #CE826B; }
a { background-color: rgb(206,130,107); }
div.DivClassName
{
background-color: #CE826B;
}
.BgClassName
{
background-color: #CE826B;
}
</style>
border-color css
<style>
span { border-color: #CE826B; }
span { border-color: rgb(206,130,107); }
td.TdClassName
{
border-color: #CE826B;
}
.TagClassName
{
border-color: #CE826B;
}
</style>