Shades of Burning Sand #CE7F6C
Tints of Burning Sand #CE7F6C
RGB
CMYK
RGB Variations
Color information
#CE7F6C (or 0xCE7F6C) is known color: Burning Sand. HEX triplet: CE, 7F and 6C. RGB value is (206,127,108). Sum of RGB (Red+Green+Blue) = 206+127+108=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F6C is #318093. Grayscale: #949494. Windows color (decimal): -3244180 or 7110606. OLE color: 7110606.
HSL color Cylindrical-coordinate representation of color #CE7F6C: hue angle of 11.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7F6C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 108 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.19 |
| HSL | 11.63º | 0.5% | 0.62% | - |
| HSV(B) | 11.63º | 0.48% | 0.81% | - |
| XYZ | 35.75 | 29.38 | 17.97 | - |
| YUV | 148.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 108 | 0 | 0.38 | 0.48 | 0.19 | 11.63 | 0.5 | 0.62 |
| Hex | CE | 7F | 6C | 0 | 26 | 30 | 13 | C | 32 | 3E |
| Octal | 316 | 177 | 154 | 0 | 46 | 60 | 23 | 14 | 62 | 76 |
| Binary | 11001110 | 1111111 | 1101100 | 0 | 100110 | 110000 | 10011 | 1100 | 110010 | 111110 |
Color Harmonies of #CE7F6C
Complementary color
Monochromatic Colors of #CE7F6C
Black with #CE7F6C
Text Example
Text Example
White with #CE7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F6C; }
p { color: rgb(206,127,108); }
H1.HeaderClassName
{
color: #CE7F6C;
}
.AnyTagClassName
{
color: #CE7F6C;
}
</style>
background-color css
<style>
a { background-color: #CE7F6C; }
a { background-color: rgb(206,127,108); }
div.DivClassName
{
background-color: #CE7F6C;
}
.BgClassName
{
background-color: #CE7F6C;
}
</style>
border-color css
<style>
span { border-color: #CE7F6C; }
span { border-color: rgb(206,127,108); }
td.TdClassName
{
border-color: #CE7F6C;
}
.TagClassName
{
border-color: #CE7F6C;
}
</style>