Shades of Burning Sand #CF7D56
Tints of Burning Sand #CF7D56
RGB
CMYK
RGB Variations
Color information
#CF7D56 (or 0xCF7D56) is known color: Burning Sand. HEX triplet: CF, 7D and 56. RGB value is (207,125,86). Sum of RGB (Red+Green+Blue) = 207+125+86=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D56 is #3082A9. Grayscale: #919191. Windows color (decimal): -3179178 or 5668303. OLE color: 5668303.
HSL color Cylindrical-coordinate representation of color #CF7D56: hue angle of 19.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF7D56 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 86 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.19 |
| HSL | 19.34º | 0.56% | 0.57% | - |
| HSV(B) | 19.34º | 0.58% | 0.81% | - |
| XYZ | 34.75 | 28.6 | 12.49 | - |
| YUV | 145.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 86 | 0 | 0.40 | 0.58 | 0.19 | 19.34 | 0.56 | 0.57 |
| Hex | CF | 7D | 56 | 0 | 28 | 3A | 13 | 13 | 38 | 39 |
| Octal | 317 | 175 | 126 | 0 | 50 | 72 | 23 | 23 | 70 | 71 |
| Binary | 11001111 | 1111101 | 1010110 | 0 | 101000 | 111010 | 10011 | 10011 | 111000 | 111001 |
Color Harmonies of #CF7D56
Complementary color
Monochromatic Colors of #CF7D56
Black with #CF7D56
Text Example
Text Example
White with #CF7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D56; }
p { color: rgb(207,125,86); }
H1.HeaderClassName
{
color: #CF7D56;
}
.AnyTagClassName
{
color: #CF7D56;
}
</style>
background-color css
<style>
a { background-color: #CF7D56; }
a { background-color: rgb(207,125,86); }
div.DivClassName
{
background-color: #CF7D56;
}
.BgClassName
{
background-color: #CF7D56;
}
</style>
border-color css
<style>
span { border-color: #CF7D56; }
span { border-color: rgb(207,125,86); }
td.TdClassName
{
border-color: #CF7D56;
}
.TagClassName
{
border-color: #CF7D56;
}
</style>