Shades of Burning Sand #CF866D
Tints of Burning Sand #CF866D
RGB
CMYK
RGB Variations
Color information
#CF866D (or 0xCF866D) is known color: Burning Sand. HEX triplet: CF, 86 and 6D. RGB value is (207,134,109). Sum of RGB (Red+Green+Blue) = 207+134+109=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF866D is #307992. Grayscale: #999999. Windows color (decimal): -3176851 or 7177935. OLE color: 7177935.
HSL color Cylindrical-coordinate representation of color #CF866D: hue angle of 15.31º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF866D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 109 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.19 |
| HSL | 15.31º | 0.51% | 0.62% | - |
| HSV(B) | 15.31º | 0.47% | 0.81% | - |
| XYZ | 37.02 | 31.42 | 18.58 | - |
| YUV | 152.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 109 | 0 | 0.35 | 0.47 | 0.19 | 15.31 | 0.51 | 0.62 |
| Hex | CF | 86 | 6D | 0 | 23 | 2F | 13 | F | 33 | 3E |
| Octal | 317 | 206 | 155 | 0 | 43 | 57 | 23 | 17 | 63 | 76 |
| Binary | 11001111 | 10000110 | 1101101 | 0 | 100011 | 101111 | 10011 | 1111 | 110011 | 111110 |
Color Harmonies of #CF866D
Complementary color
Monochromatic Colors of #CF866D
Black with #CF866D
Text Example
Text Example
White with #CF866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF866D; }
p { color: rgb(207,134,109); }
H1.HeaderClassName
{
color: #CF866D;
}
.AnyTagClassName
{
color: #CF866D;
}
</style>
background-color css
<style>
a { background-color: #CF866D; }
a { background-color: rgb(207,134,109); }
div.DivClassName
{
background-color: #CF866D;
}
.BgClassName
{
background-color: #CF866D;
}
</style>
border-color css
<style>
span { border-color: #CF866D; }
span { border-color: rgb(207,134,109); }
td.TdClassName
{
border-color: #CF866D;
}
.TagClassName
{
border-color: #CF866D;
}
</style>