Shades of Burning Sand #CE7D68
Tints of Burning Sand #CE7D68
RGB
CMYK
RGB Variations
Color information
#CE7D68 (or 0xCE7D68) is known color: Burning Sand. HEX triplet: CE, 7D and 68. RGB value is (206,125,104). Sum of RGB (Red+Green+Blue) = 206+125+104=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D68 is #318297. Grayscale: #929292. Windows color (decimal): -3244696 or 6847950. OLE color: 6847950.
HSL color Cylindrical-coordinate representation of color #CE7D68: hue angle of 12.35º 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 #CE7D68 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 104 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.19 |
| HSL | 12.35º | 0.51% | 0.61% | - |
| HSV(B) | 12.35º | 0.5% | 0.81% | - |
| XYZ | 35.29 | 28.79 | 16.79 | - |
| YUV | 146.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 104 | 0 | 0.39 | 0.50 | 0.19 | 12.35 | 0.51 | 0.61 |
| Hex | CE | 7D | 68 | 0 | 27 | 32 | 13 | C | 33 | 3D |
| Octal | 316 | 175 | 150 | 0 | 47 | 62 | 23 | 14 | 63 | 75 |
| Binary | 11001110 | 1111101 | 1101000 | 0 | 100111 | 110010 | 10011 | 1100 | 110011 | 111101 |
Color Harmonies of #CE7D68
Complementary color
Monochromatic Colors of #CE7D68
Black with #CE7D68
Text Example
Text Example
White with #CE7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D68; }
p { color: rgb(206,125,104); }
H1.HeaderClassName
{
color: #CE7D68;
}
.AnyTagClassName
{
color: #CE7D68;
}
</style>
background-color css
<style>
a { background-color: #CE7D68; }
a { background-color: rgb(206,125,104); }
div.DivClassName
{
background-color: #CE7D68;
}
.BgClassName
{
background-color: #CE7D68;
}
</style>
border-color css
<style>
span { border-color: #CE7D68; }
span { border-color: rgb(206,125,104); }
td.TdClassName
{
border-color: #CE7D68;
}
.TagClassName
{
border-color: #CE7D68;
}
</style>