Shades of Burning Sand #CF8359
Tints of Burning Sand #CF8359
RGB
CMYK
RGB Variations
Color information
#CF8359 (or 0xCF8359) is known color: Burning Sand. HEX triplet: CF, 83 and 59. RGB value is (207,131,89). Sum of RGB (Red+Green+Blue) = 207+131+89=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8359 is #307CA6. Grayscale: #959595. Windows color (decimal): -3177639 or 5866447. OLE color: 5866447.
HSL color Cylindrical-coordinate representation of color #CF8359: hue angle of 21.36º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF8359 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 89 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.19 |
| HSL | 21.36º | 0.55% | 0.58% | - |
| HSV(B) | 21.36º | 0.57% | 0.81% | - |
| XYZ | 35.65 | 30.22 | 13.41 | - |
| YUV | 148.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 89 | 0 | 0.37 | 0.57 | 0.19 | 21.36 | 0.55 | 0.58 |
| Hex | CF | 83 | 59 | 0 | 25 | 39 | 13 | 15 | 37 | 3A |
| Octal | 317 | 203 | 131 | 0 | 45 | 71 | 23 | 25 | 67 | 72 |
| Binary | 11001111 | 10000011 | 1011001 | 0 | 100101 | 111001 | 10011 | 10101 | 110111 | 111010 |
Color Harmonies of #CF8359
Complementary color
Monochromatic Colors of #CF8359
Black with #CF8359
Text Example
Text Example
White with #CF8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8359; }
p { color: rgb(207,131,89); }
H1.HeaderClassName
{
color: #CF8359;
}
.AnyTagClassName
{
color: #CF8359;
}
</style>
background-color css
<style>
a { background-color: #CF8359; }
a { background-color: rgb(207,131,89); }
div.DivClassName
{
background-color: #CF8359;
}
.BgClassName
{
background-color: #CF8359;
}
</style>
border-color css
<style>
span { border-color: #CF8359; }
span { border-color: rgb(207,131,89); }
td.TdClassName
{
border-color: #CF8359;
}
.TagClassName
{
border-color: #CF8359;
}
</style>