Shades of Burning Sand #CF866C
Tints of Burning Sand #CF866C
RGB
CMYK
RGB Variations
Color information
#CF866C (or 0xCF866C) is known color: Burning Sand. HEX triplet: CF, 86 and 6C. RGB value is (207,134,108). Sum of RGB (Red+Green+Blue) = 207+134+108=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF866C is #307993. Grayscale: #999999. Windows color (decimal): -3176852 or 7112399. OLE color: 7112399.
HSL color Cylindrical-coordinate representation of color #CF866C: hue angle of 15.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF866C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 108 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.19 |
| HSL | 15.76º | 0.51% | 0.62% | - |
| HSV(B) | 15.76º | 0.48% | 0.81% | - |
| XYZ | 36.96 | 31.4 | 18.3 | - |
| YUV | 152.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 108 | 0 | 0.35 | 0.48 | 0.19 | 15.76 | 0.51 | 0.62 |
| Hex | CF | 86 | 6C | 0 | 23 | 30 | 13 | 10 | 33 | 3E |
| Octal | 317 | 206 | 154 | 0 | 43 | 60 | 23 | 20 | 63 | 76 |
| Binary | 11001111 | 10000110 | 1101100 | 0 | 100011 | 110000 | 10011 | 10000 | 110011 | 111110 |
Color Harmonies of #CF866C
Complementary color
Monochromatic Colors of #CF866C
Black with #CF866C
Text Example
Text Example
White with #CF866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF866C; }
p { color: rgb(207,134,108); }
H1.HeaderClassName
{
color: #CF866C;
}
.AnyTagClassName
{
color: #CF866C;
}
</style>
background-color css
<style>
a { background-color: #CF866C; }
a { background-color: rgb(207,134,108); }
div.DivClassName
{
background-color: #CF866C;
}
.BgClassName
{
background-color: #CF866C;
}
</style>
border-color css
<style>
span { border-color: #CF866C; }
span { border-color: rgb(207,134,108); }
td.TdClassName
{
border-color: #CF866C;
}
.TagClassName
{
border-color: #CF866C;
}
</style>