Shades of Burning Sand #CF7C6D
Tints of Burning Sand #CF7C6D
RGB
CMYK
RGB Variations
Color information
#CF7C6D (or 0xCF7C6D) is known color: Burning Sand. HEX triplet: CF, 7C and 6D. RGB value is (207,124,109). Sum of RGB (Red+Green+Blue) = 207+124+109=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C6D is #308392. Grayscale: #939393. Windows color (decimal): -3179411 or 7175375. OLE color: 7175375.
HSL color Cylindrical-coordinate representation of color #CF7C6D: hue angle of 9.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7C6D is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 109 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.19 |
| HSL | 9.18º | 0.51% | 0.62% | - |
| HSV(B) | 9.18º | 0.47% | 0.81% | - |
| XYZ | 35.7 | 28.78 | 18.14 | - |
| YUV | 147.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 109 | 0 | 0.40 | 0.47 | 0.19 | 9.18 | 0.51 | 0.62 |
| Hex | CF | 7C | 6D | 0 | 28 | 2F | 13 | 9 | 33 | 3E |
| Octal | 317 | 174 | 155 | 0 | 50 | 57 | 23 | 11 | 63 | 76 |
| Binary | 11001111 | 1111100 | 1101101 | 0 | 101000 | 101111 | 10011 | 1001 | 110011 | 111110 |
Color Harmonies of #CF7C6D
Complementary color
Monochromatic Colors of #CF7C6D
Black with #CF7C6D
Text Example
Text Example
White with #CF7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C6D; }
p { color: rgb(207,124,109); }
H1.HeaderClassName
{
color: #CF7C6D;
}
.AnyTagClassName
{
color: #CF7C6D;
}
</style>
background-color css
<style>
a { background-color: #CF7C6D; }
a { background-color: rgb(207,124,109); }
div.DivClassName
{
background-color: #CF7C6D;
}
.BgClassName
{
background-color: #CF7C6D;
}
</style>
border-color css
<style>
span { border-color: #CF7C6D; }
span { border-color: rgb(207,124,109); }
td.TdClassName
{
border-color: #CF7C6D;
}
.TagClassName
{
border-color: #CF7C6D;
}
</style>