Shades of Burning Sand #CE7D5C
Tints of Burning Sand #CE7D5C
RGB
CMYK
RGB Variations
Color information
#CE7D5C (or 0xCE7D5C) is known color: Burning Sand. HEX triplet: CE, 7D and 5C. RGB value is (206,125,92). Sum of RGB (Red+Green+Blue) = 206+125+92=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D5C is #3182A3. Grayscale: #919191. Windows color (decimal): -3244708 or 6061518. OLE color: 6061518.
HSL color Cylindrical-coordinate representation of color #CE7D5C: hue angle of 17.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE7D5C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 92 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.19 |
| HSL | 17.37º | 0.54% | 0.58% | - |
| HSV(B) | 17.37º | 0.55% | 0.81% | - |
| XYZ | 34.72 | 28.56 | 13.81 | - |
| YUV | 145.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 92 | 0 | 0.39 | 0.55 | 0.19 | 17.37 | 0.54 | 0.58 |
| Hex | CE | 7D | 5C | 0 | 27 | 37 | 13 | 11 | 36 | 3A |
| Octal | 316 | 175 | 134 | 0 | 47 | 67 | 23 | 21 | 66 | 72 |
| Binary | 11001110 | 1111101 | 1011100 | 0 | 100111 | 110111 | 10011 | 10001 | 110110 | 111010 |
Color Harmonies of #CE7D5C
Complementary color
Monochromatic Colors of #CE7D5C
Black with #CE7D5C
Text Example
Text Example
White with #CE7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D5C; }
p { color: rgb(206,125,92); }
H1.HeaderClassName
{
color: #CE7D5C;
}
.AnyTagClassName
{
color: #CE7D5C;
}
</style>
background-color css
<style>
a { background-color: #CE7D5C; }
a { background-color: rgb(206,125,92); }
div.DivClassName
{
background-color: #CE7D5C;
}
.BgClassName
{
background-color: #CE7D5C;
}
</style>
border-color css
<style>
span { border-color: #CE7D5C; }
span { border-color: rgb(206,125,92); }
td.TdClassName
{
border-color: #CE7D5C;
}
.TagClassName
{
border-color: #CE7D5C;
}
</style>