Shades of Burning Sand #CF7D58
Tints of Burning Sand #CF7D58
RGB
CMYK
RGB Variations
Color information
#CF7D58 (or 0xCF7D58) is known color: Burning Sand. HEX triplet: CF, 7D and 58. RGB value is (207,125,88). Sum of RGB (Red+Green+Blue) = 207+125+88=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D58 is #3082A7. Grayscale: #919191. Windows color (decimal): -3179176 or 5799375. OLE color: 5799375.
HSL color Cylindrical-coordinate representation of color #CF7D58: hue angle of 18.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7D58 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 88 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.19 |
| HSL | 18.66º | 0.55% | 0.58% | - |
| HSV(B) | 18.66º | 0.57% | 0.81% | - |
| XYZ | 34.83 | 28.64 | 12.92 | - |
| YUV | 145.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 88 | 0 | 0.40 | 0.57 | 0.19 | 18.66 | 0.55 | 0.58 |
| Hex | CF | 7D | 58 | 0 | 28 | 39 | 13 | 13 | 37 | 3A |
| Octal | 317 | 175 | 130 | 0 | 50 | 71 | 23 | 23 | 67 | 72 |
| Binary | 11001111 | 1111101 | 1011000 | 0 | 101000 | 111001 | 10011 | 10011 | 110111 | 111010 |
Color Harmonies of #CF7D58
Complementary color
Monochromatic Colors of #CF7D58
Black with #CF7D58
Text Example
Text Example
White with #CF7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D58; }
p { color: rgb(207,125,88); }
H1.HeaderClassName
{
color: #CF7D58;
}
.AnyTagClassName
{
color: #CF7D58;
}
</style>
background-color css
<style>
a { background-color: #CF7D58; }
a { background-color: rgb(207,125,88); }
div.DivClassName
{
background-color: #CF7D58;
}
.BgClassName
{
background-color: #CF7D58;
}
</style>
border-color css
<style>
span { border-color: #CF7D58; }
span { border-color: rgb(207,125,88); }
td.TdClassName
{
border-color: #CF7D58;
}
.TagClassName
{
border-color: #CF7D58;
}
</style>