Shades of Burning Sand #CF855E
Tints of Burning Sand #CF855E
RGB
CMYK
RGB Variations
Color information
#CF855E (or 0xCF855E) is known color: Burning Sand. HEX triplet: CF, 85 and 5E. RGB value is (207,133,94). Sum of RGB (Red+Green+Blue) = 207+133+94=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF855E is #307AA1. Grayscale: #969696. Windows color (decimal): -3177122 or 6194639. OLE color: 6194639.
HSL color Cylindrical-coordinate representation of color #CF855E: hue angle of 20.71º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF855E is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 94 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.19 |
| HSL | 20.71º | 0.54% | 0.59% | - |
| HSV(B) | 20.71º | 0.55% | 0.81% | - |
| XYZ | 36.14 | 30.85 | 14.64 | - |
| YUV | 150.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 94 | 0 | 0.36 | 0.55 | 0.19 | 20.71 | 0.54 | 0.59 |
| Hex | CF | 85 | 5E | 0 | 24 | 37 | 13 | 15 | 36 | 3B |
| Octal | 317 | 205 | 136 | 0 | 44 | 67 | 23 | 25 | 66 | 73 |
| Binary | 11001111 | 10000101 | 1011110 | 0 | 100100 | 110111 | 10011 | 10101 | 110110 | 111011 |
Color Harmonies of #CF855E
Complementary color
Monochromatic Colors of #CF855E
Black with #CF855E
Text Example
Text Example
White with #CF855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF855E; }
p { color: rgb(207,133,94); }
H1.HeaderClassName
{
color: #CF855E;
}
.AnyTagClassName
{
color: #CF855E;
}
</style>
background-color css
<style>
a { background-color: #CF855E; }
a { background-color: rgb(207,133,94); }
div.DivClassName
{
background-color: #CF855E;
}
.BgClassName
{
background-color: #CF855E;
}
</style>
border-color css
<style>
span { border-color: #CF855E; }
span { border-color: rgb(207,133,94); }
td.TdClassName
{
border-color: #CF855E;
}
.TagClassName
{
border-color: #CF855E;
}
</style>