Shades of Burning Sand #CF7964
Tints of Burning Sand #CF7964
RGB
CMYK
RGB Variations
Color information
#CF7964 (or 0xCF7964) is known color: Burning Sand. HEX triplet: CF, 79 and 64. RGB value is (207,121,100). Sum of RGB (Red+Green+Blue) = 207+121+100=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7964 is #30869B. Grayscale: #909090. Windows color (decimal): -3180188 or 6584783. OLE color: 6584783.
HSL color Cylindrical-coordinate representation of color #CF7964: hue angle of 11.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF7964 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 100 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.19 |
| HSL | 11.78º | 0.53% | 0.6% | - |
| HSV(B) | 11.78º | 0.52% | 0.81% | - |
| XYZ | 34.87 | 27.86 | 15.6 | - |
| YUV | 144.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 100 | 0 | 0.42 | 0.52 | 0.19 | 11.78 | 0.53 | 0.6 |
| Hex | CF | 79 | 64 | 0 | 2A | 34 | 13 | C | 35 | 3C |
| Octal | 317 | 171 | 144 | 0 | 52 | 64 | 23 | 14 | 65 | 74 |
| Binary | 11001111 | 1111001 | 1100100 | 0 | 101010 | 110100 | 10011 | 1100 | 110101 | 111100 |
Color Harmonies of #CF7964
Complementary color
Monochromatic Colors of #CF7964
Black with #CF7964
Text Example
Text Example
White with #CF7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7964; }
p { color: rgb(207,121,100); }
H1.HeaderClassName
{
color: #CF7964;
}
.AnyTagClassName
{
color: #CF7964;
}
</style>
background-color css
<style>
a { background-color: #CF7964; }
a { background-color: rgb(207,121,100); }
div.DivClassName
{
background-color: #CF7964;
}
.BgClassName
{
background-color: #CF7964;
}
</style>
border-color css
<style>
span { border-color: #CF7964; }
span { border-color: rgb(207,121,100); }
td.TdClassName
{
border-color: #CF7964;
}
.TagClassName
{
border-color: #CF7964;
}
</style>