Shades of Burning Sand #CF7C61
Tints of Burning Sand #CF7C61
RGB
CMYK
RGB Variations
Color information
#CF7C61 (or 0xCF7C61) is known color: Burning Sand. HEX triplet: CF, 7C and 61. RGB value is (207,124,97). Sum of RGB (Red+Green+Blue) = 207+124+97=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C61 is #30839E. Grayscale: #919191. Windows color (decimal): -3179423 or 6388943. OLE color: 6388943.
HSL color Cylindrical-coordinate representation of color #CF7C61: hue angle of 14.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF7C61 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 97 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.19 |
| HSL | 14.73º | 0.53% | 0.6% | - |
| HSV(B) | 14.73º | 0.53% | 0.81% | - |
| XYZ | 35.1 | 28.54 | 14.97 | - |
| YUV | 145.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 97 | 0 | 0.40 | 0.53 | 0.19 | 14.73 | 0.53 | 0.6 |
| Hex | CF | 7C | 61 | 0 | 28 | 35 | 13 | F | 35 | 3C |
| Octal | 317 | 174 | 141 | 0 | 50 | 65 | 23 | 17 | 65 | 74 |
| Binary | 11001111 | 1111100 | 1100001 | 0 | 101000 | 110101 | 10011 | 1111 | 110101 | 111100 |
Color Harmonies of #CF7C61
Complementary color
Monochromatic Colors of #CF7C61
Black with #CF7C61
Text Example
Text Example
White with #CF7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C61; }
p { color: rgb(207,124,97); }
H1.HeaderClassName
{
color: #CF7C61;
}
.AnyTagClassName
{
color: #CF7C61;
}
</style>
background-color css
<style>
a { background-color: #CF7C61; }
a { background-color: rgb(207,124,97); }
div.DivClassName
{
background-color: #CF7C61;
}
.BgClassName
{
background-color: #CF7C61;
}
</style>
border-color css
<style>
span { border-color: #CF7C61; }
span { border-color: rgb(207,124,97); }
td.TdClassName
{
border-color: #CF7C61;
}
.TagClassName
{
border-color: #CF7C61;
}
</style>