Shades of Burning Sand #CF866B
Tints of Burning Sand #CF866B
RGB
CMYK
RGB Variations
Color information
#CF866B (or 0xCF866B) is known color: Burning Sand. HEX triplet: CF, 86 and 6B. RGB value is (207,134,107). Sum of RGB (Red+Green+Blue) = 207+134+107=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF866B is #307994. Grayscale: #989898. Windows color (decimal): -3176853 or 7046863. OLE color: 7046863.
HSL color Cylindrical-coordinate representation of color #CF866B: hue angle of 16.2º 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 #CF866B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 107 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.19 |
| HSL | 16.2º | 0.51% | 0.62% | - |
| HSV(B) | 16.2º | 0.48% | 0.81% | - |
| XYZ | 36.91 | 31.38 | 18.02 | - |
| YUV | 152.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 107 | 0 | 0.35 | 0.48 | 0.19 | 16.2 | 0.51 | 0.62 |
| Hex | CF | 86 | 6B | 0 | 23 | 30 | 13 | 10 | 33 | 3E |
| Octal | 317 | 206 | 153 | 0 | 43 | 60 | 23 | 20 | 63 | 76 |
| Binary | 11001111 | 10000110 | 1101011 | 0 | 100011 | 110000 | 10011 | 10000 | 110011 | 111110 |
Color Harmonies of #CF866B
Complementary color
Monochromatic Colors of #CF866B
Black with #CF866B
Text Example
Text Example
White with #CF866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF866B; }
p { color: rgb(207,134,107); }
H1.HeaderClassName
{
color: #CF866B;
}
.AnyTagClassName
{
color: #CF866B;
}
</style>
background-color css
<style>
a { background-color: #CF866B; }
a { background-color: rgb(207,134,107); }
div.DivClassName
{
background-color: #CF866B;
}
.BgClassName
{
background-color: #CF866B;
}
</style>
border-color css
<style>
span { border-color: #CF866B; }
span { border-color: rgb(207,134,107); }
td.TdClassName
{
border-color: #CF866B;
}
.TagClassName
{
border-color: #CF866B;
}
</style>