Shades of Burning Sand #CF7A64
Tints of Burning Sand #CF7A64
RGB
CMYK
RGB Variations
Color information
#CF7A64 (or 0xCF7A64) is known color: Burning Sand. HEX triplet: CF, 7A and 64. RGB value is (207,122,100). Sum of RGB (Red+Green+Blue) = 207+122+100=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A64 is #30859B. Grayscale: #919191. Windows color (decimal): -3179932 or 6585039. OLE color: 6585039.
HSL color Cylindrical-coordinate representation of color #CF7A64: hue angle of 12.34º 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 #CF7A64 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 100 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.19 |
| HSL | 12.34º | 0.53% | 0.6% | - |
| HSV(B) | 12.34º | 0.52% | 0.81% | - |
| XYZ | 34.99 | 28.1 | 15.64 | - |
| YUV | 144.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 100 | 0 | 0.41 | 0.52 | 0.19 | 12.34 | 0.53 | 0.6 |
| Hex | CF | 7A | 64 | 0 | 29 | 34 | 13 | C | 35 | 3C |
| Octal | 317 | 172 | 144 | 0 | 51 | 64 | 23 | 14 | 65 | 74 |
| Binary | 11001111 | 1111010 | 1100100 | 0 | 101001 | 110100 | 10011 | 1100 | 110101 | 111100 |
Color Harmonies of #CF7A64
Complementary color
Monochromatic Colors of #CF7A64
Black with #CF7A64
Text Example
Text Example
White with #CF7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A64; }
p { color: rgb(207,122,100); }
H1.HeaderClassName
{
color: #CF7A64;
}
.AnyTagClassName
{
color: #CF7A64;
}
</style>
background-color css
<style>
a { background-color: #CF7A64; }
a { background-color: rgb(207,122,100); }
div.DivClassName
{
background-color: #CF7A64;
}
.BgClassName
{
background-color: #CF7A64;
}
</style>
border-color css
<style>
span { border-color: #CF7A64; }
span { border-color: rgb(207,122,100); }
td.TdClassName
{
border-color: #CF7A64;
}
.TagClassName
{
border-color: #CF7A64;
}
</style>