Shades of Burning Sand #CF8764
Tints of Burning Sand #CF8764
RGB
CMYK
RGB Variations
Color information
#CF8764 (or 0xCF8764) is known color: Burning Sand. HEX triplet: CF, 87 and 64. RGB value is (207,135,100). Sum of RGB (Red+Green+Blue) = 207+135+100=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8764 is #30789B. Grayscale: #989898. Windows color (decimal): -3176604 or 6588367. OLE color: 6588367.
HSL color Cylindrical-coordinate representation of color #CF8764: hue angle of 19.63º 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 #CF8764 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 100 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.19 |
| HSL | 19.63º | 0.53% | 0.6% | - |
| HSV(B) | 19.63º | 0.52% | 0.81% | - |
| XYZ | 36.7 | 31.51 | 16.21 | - |
| YUV | 152.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 100 | 0 | 0.35 | 0.52 | 0.19 | 19.63 | 0.53 | 0.6 |
| Hex | CF | 87 | 64 | 0 | 23 | 34 | 13 | 14 | 35 | 3C |
| Octal | 317 | 207 | 144 | 0 | 43 | 64 | 23 | 24 | 65 | 74 |
| Binary | 11001111 | 10000111 | 1100100 | 0 | 100011 | 110100 | 10011 | 10100 | 110101 | 111100 |
Color Harmonies of #CF8764
Complementary color
Monochromatic Colors of #CF8764
Black with #CF8764
Text Example
Text Example
White with #CF8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8764; }
p { color: rgb(207,135,100); }
H1.HeaderClassName
{
color: #CF8764;
}
.AnyTagClassName
{
color: #CF8764;
}
</style>
background-color css
<style>
a { background-color: #CF8764; }
a { background-color: rgb(207,135,100); }
div.DivClassName
{
background-color: #CF8764;
}
.BgClassName
{
background-color: #CF8764;
}
</style>
border-color css
<style>
span { border-color: #CF8764; }
span { border-color: rgb(207,135,100); }
td.TdClassName
{
border-color: #CF8764;
}
.TagClassName
{
border-color: #CF8764;
}
</style>