Shades of Burning Sand #CF8965
Tints of Burning Sand #CF8965
RGB
CMYK
RGB Variations
Color information
#CF8965 (or 0xCF8965) is known color: Burning Sand. HEX triplet: CF, 89 and 65. RGB value is (207,137,101). Sum of RGB (Red+Green+Blue) = 207+137+101=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8965 is #30769A. Grayscale: #9A9A9A. Windows color (decimal): -3176091 or 6654415. OLE color: 6654415.
HSL color Cylindrical-coordinate representation of color #CF8965: hue angle of 20.38º 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 #CF8965 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 101 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.19 |
| HSL | 20.38º | 0.52% | 0.6% | - |
| HSV(B) | 20.38º | 0.51% | 0.81% | - |
| XYZ | 37.03 | 32.1 | 16.56 | - |
| YUV | 153.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 101 | 0 | 0.34 | 0.51 | 0.19 | 20.38 | 0.52 | 0.6 |
| Hex | CF | 89 | 65 | 0 | 22 | 33 | 13 | 14 | 34 | 3C |
| Octal | 317 | 211 | 145 | 0 | 42 | 63 | 23 | 24 | 64 | 74 |
| Binary | 11001111 | 10001001 | 1100101 | 0 | 100010 | 110011 | 10011 | 10100 | 110100 | 111100 |
Color Harmonies of #CF8965
Complementary color
Monochromatic Colors of #CF8965
Black with #CF8965
Text Example
Text Example
White with #CF8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8965; }
p { color: rgb(207,137,101); }
H1.HeaderClassName
{
color: #CF8965;
}
.AnyTagClassName
{
color: #CF8965;
}
</style>
background-color css
<style>
a { background-color: #CF8965; }
a { background-color: rgb(207,137,101); }
div.DivClassName
{
background-color: #CF8965;
}
.BgClassName
{
background-color: #CF8965;
}
</style>
border-color css
<style>
span { border-color: #CF8965; }
span { border-color: rgb(207,137,101); }
td.TdClassName
{
border-color: #CF8965;
}
.TagClassName
{
border-color: #CF8965;
}
</style>