Shades of Burning Sand #CE826E
Tints of Burning Sand #CE826E
RGB
CMYK
RGB Variations
Color information
#CE826E (or 0xCE826E) is known color: Burning Sand. HEX triplet: CE, 82 and 6E. RGB value is (206,130,110). Sum of RGB (Red+Green+Blue) = 206+130+110=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE826E is #317D91. Grayscale: #969696. Windows color (decimal): -3243410 or 7242446. OLE color: 7242446.
HSL color Cylindrical-coordinate representation of color #CE826E: hue angle of 12.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE826E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 110 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.19 |
| HSL | 12.5º | 0.49% | 0.62% | - |
| HSV(B) | 12.5º | 0.47% | 0.81% | - |
| XYZ | 36.25 | 30.21 | 18.67 | - |
| YUV | 150.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 110 | 0 | 0.37 | 0.47 | 0.19 | 12.5 | 0.49 | 0.62 |
| Hex | CE | 82 | 6E | 0 | 25 | 2F | 13 | C | 31 | 3E |
| Octal | 316 | 202 | 156 | 0 | 45 | 57 | 23 | 14 | 61 | 76 |
| Binary | 11001110 | 10000010 | 1101110 | 0 | 100101 | 101111 | 10011 | 1100 | 110001 | 111110 |
Color Harmonies of #CE826E
Complementary color
Monochromatic Colors of #CE826E
Black with #CE826E
Text Example
Text Example
White with #CE826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE826E; }
p { color: rgb(206,130,110); }
H1.HeaderClassName
{
color: #CE826E;
}
.AnyTagClassName
{
color: #CE826E;
}
</style>
background-color css
<style>
a { background-color: #CE826E; }
a { background-color: rgb(206,130,110); }
div.DivClassName
{
background-color: #CE826E;
}
.BgClassName
{
background-color: #CE826E;
}
</style>
border-color css
<style>
span { border-color: #CE826E; }
span { border-color: rgb(206,130,110); }
td.TdClassName
{
border-color: #CE826E;
}
.TagClassName
{
border-color: #CE826E;
}
</style>