Shades of Burning Sand #CF8968
Tints of Burning Sand #CF8968
RGB
CMYK
RGB Variations
Color information
#CF8968 (or 0xCF8968) is known color: Burning Sand. HEX triplet: CF, 89 and 68. RGB value is (207,137,104). Sum of RGB (Red+Green+Blue) = 207+137+104=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8968 is #307697. Grayscale: #9A9A9A. Windows color (decimal): -3176088 or 6851023. OLE color: 6851023.
HSL color Cylindrical-coordinate representation of color #CF8968: hue angle of 19.22º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF8968 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 104 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.19 |
| HSL | 19.22º | 0.52% | 0.61% | - |
| HSV(B) | 19.22º | 0.5% | 0.81% | - |
| XYZ | 37.18 | 32.16 | 17.34 | - |
| YUV | 154.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 104 | 0 | 0.34 | 0.50 | 0.19 | 19.22 | 0.52 | 0.61 |
| Hex | CF | 89 | 68 | 0 | 22 | 32 | 13 | 13 | 34 | 3D |
| Octal | 317 | 211 | 150 | 0 | 42 | 62 | 23 | 23 | 64 | 75 |
| Binary | 11001111 | 10001001 | 1101000 | 0 | 100010 | 110010 | 10011 | 10011 | 110100 | 111101 |
Color Harmonies of #CF8968
Complementary color
Monochromatic Colors of #CF8968
Black with #CF8968
Text Example
Text Example
White with #CF8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8968; }
p { color: rgb(207,137,104); }
H1.HeaderClassName
{
color: #CF8968;
}
.AnyTagClassName
{
color: #CF8968;
}
</style>
background-color css
<style>
a { background-color: #CF8968; }
a { background-color: rgb(207,137,104); }
div.DivClassName
{
background-color: #CF8968;
}
.BgClassName
{
background-color: #CF8968;
}
</style>
border-color css
<style>
span { border-color: #CF8968; }
span { border-color: rgb(207,137,104); }
td.TdClassName
{
border-color: #CF8968;
}
.TagClassName
{
border-color: #CF8968;
}
</style>