Shades of Burning Sand #CF7E5C
Tints of Burning Sand #CF7E5C
RGB
CMYK
RGB Variations
Color information
#CF7E5C (or 0xCF7E5C) is known color: Burning Sand. HEX triplet: CF, 7E and 5C. RGB value is (207,126,92). Sum of RGB (Red+Green+Blue) = 207+126+92=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E5C is #3081A3. Grayscale: #929292. Windows color (decimal): -3178916 or 6061775. OLE color: 6061775.
HSL color Cylindrical-coordinate representation of color #CF7E5C: hue angle of 17.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF7E5C is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 92 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.19 |
| HSL | 17.74º | 0.55% | 0.59% | - |
| HSV(B) | 17.74º | 0.56% | 0.81% | - |
| XYZ | 35.12 | 28.96 | 13.86 | - |
| YUV | 146.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 92 | 0 | 0.39 | 0.56 | 0.19 | 17.74 | 0.55 | 0.59 |
| Hex | CF | 7E | 5C | 0 | 27 | 38 | 13 | 12 | 37 | 3B |
| Octal | 317 | 176 | 134 | 0 | 47 | 70 | 23 | 22 | 67 | 73 |
| Binary | 11001111 | 1111110 | 1011100 | 0 | 100111 | 111000 | 10011 | 10010 | 110111 | 111011 |
Color Harmonies of #CF7E5C
Complementary color
Monochromatic Colors of #CF7E5C
Black with #CF7E5C
Text Example
Text Example
White with #CF7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E5C; }
p { color: rgb(207,126,92); }
H1.HeaderClassName
{
color: #CF7E5C;
}
.AnyTagClassName
{
color: #CF7E5C;
}
</style>
background-color css
<style>
a { background-color: #CF7E5C; }
a { background-color: rgb(207,126,92); }
div.DivClassName
{
background-color: #CF7E5C;
}
.BgClassName
{
background-color: #CF7E5C;
}
</style>
border-color css
<style>
span { border-color: #CF7E5C; }
span { border-color: rgb(207,126,92); }
td.TdClassName
{
border-color: #CF7E5C;
}
.TagClassName
{
border-color: #CF7E5C;
}
</style>