Shades of Burning Sand #CF8765
Tints of Burning Sand #CF8765
RGB
CMYK
RGB Variations
Color information
#CF8765 (or 0xCF8765) is known color: Burning Sand. HEX triplet: CF, 87 and 65. RGB value is (207,135,101). Sum of RGB (Red+Green+Blue) = 207+135+101=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8765 is #30789A. Grayscale: #989898. Windows color (decimal): -3176603 or 6653903. OLE color: 6653903.
HSL color Cylindrical-coordinate representation of color #CF8765: hue angle of 19.25º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF8765 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 101 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.19 |
| HSL | 19.25º | 0.52% | 0.6% | - |
| HSV(B) | 19.25º | 0.51% | 0.81% | - |
| XYZ | 36.75 | 31.53 | 16.46 | - |
| YUV | 152.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 101 | 0 | 0.35 | 0.51 | 0.19 | 19.25 | 0.52 | 0.6 |
| Hex | CF | 87 | 65 | 0 | 23 | 33 | 13 | 13 | 34 | 3C |
| Octal | 317 | 207 | 145 | 0 | 43 | 63 | 23 | 23 | 64 | 74 |
| Binary | 11001111 | 10000111 | 1100101 | 0 | 100011 | 110011 | 10011 | 10011 | 110100 | 111100 |
Color Harmonies of #CF8765
Complementary color
Monochromatic Colors of #CF8765
Black with #CF8765
Text Example
Text Example
White with #CF8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8765; }
p { color: rgb(207,135,101); }
H1.HeaderClassName
{
color: #CF8765;
}
.AnyTagClassName
{
color: #CF8765;
}
</style>
background-color css
<style>
a { background-color: #CF8765; }
a { background-color: rgb(207,135,101); }
div.DivClassName
{
background-color: #CF8765;
}
.BgClassName
{
background-color: #CF8765;
}
</style>
border-color css
<style>
span { border-color: #CF8765; }
span { border-color: rgb(207,135,101); }
td.TdClassName
{
border-color: #CF8765;
}
.TagClassName
{
border-color: #CF8765;
}
</style>