Shades of Burning Sand #CF7C5E
Tints of Burning Sand #CF7C5E
RGB
CMYK
RGB Variations
Color information
#CF7C5E (or 0xCF7C5E) is known color: Burning Sand. HEX triplet: CF, 7C and 5E. RGB value is (207,124,94). Sum of RGB (Red+Green+Blue) = 207+124+94=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C5E is #3083A1. Grayscale: #919191. Windows color (decimal): -3179426 or 6192335. OLE color: 6192335.
HSL color Cylindrical-coordinate representation of color #CF7C5E: hue angle of 15.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF7C5E is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 94 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.19 |
| HSL | 15.93º | 0.54% | 0.59% | - |
| HSV(B) | 15.93º | 0.55% | 0.81% | - |
| XYZ | 34.96 | 28.49 | 14.25 | - |
| YUV | 145.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 94 | 0 | 0.40 | 0.55 | 0.19 | 15.93 | 0.54 | 0.59 |
| Hex | CF | 7C | 5E | 0 | 28 | 37 | 13 | 10 | 36 | 3B |
| Octal | 317 | 174 | 136 | 0 | 50 | 67 | 23 | 20 | 66 | 73 |
| Binary | 11001111 | 1111100 | 1011110 | 0 | 101000 | 110111 | 10011 | 10000 | 110110 | 111011 |
Color Harmonies of #CF7C5E
Complementary color
Monochromatic Colors of #CF7C5E
Black with #CF7C5E
Text Example
Text Example
White with #CF7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C5E; }
p { color: rgb(207,124,94); }
H1.HeaderClassName
{
color: #CF7C5E;
}
.AnyTagClassName
{
color: #CF7C5E;
}
</style>
background-color css
<style>
a { background-color: #CF7C5E; }
a { background-color: rgb(207,124,94); }
div.DivClassName
{
background-color: #CF7C5E;
}
.BgClassName
{
background-color: #CF7C5E;
}
</style>
border-color css
<style>
span { border-color: #CF7C5E; }
span { border-color: rgb(207,124,94); }
td.TdClassName
{
border-color: #CF7C5E;
}
.TagClassName
{
border-color: #CF7C5E;
}
</style>