Shades of Burning Sand #CF8165
Tints of Burning Sand #CF8165
RGB
CMYK
RGB Variations
Color information
#CF8165 (or 0xCF8165) is known color: Burning Sand. HEX triplet: CF, 81 and 65. RGB value is (207,129,101). Sum of RGB (Red+Green+Blue) = 207+129+101=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8165 is #307E9A. Grayscale: #959595. Windows color (decimal): -3178139 or 6652367. OLE color: 6652367.
HSL color Cylindrical-coordinate representation of color #CF8165: hue angle of 15.85º 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 #CF8165 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 101 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.19 |
| HSL | 15.85º | 0.52% | 0.6% | - |
| HSV(B) | 15.85º | 0.51% | 0.81% | - |
| XYZ | 35.93 | 29.91 | 16.19 | - |
| YUV | 149.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 101 | 0 | 0.38 | 0.51 | 0.19 | 15.85 | 0.52 | 0.6 |
| Hex | CF | 81 | 65 | 0 | 26 | 33 | 13 | 10 | 34 | 3C |
| Octal | 317 | 201 | 145 | 0 | 46 | 63 | 23 | 20 | 64 | 74 |
| Binary | 11001111 | 10000001 | 1100101 | 0 | 100110 | 110011 | 10011 | 10000 | 110100 | 111100 |
Color Harmonies of #CF8165
Complementary color
Monochromatic Colors of #CF8165
Black with #CF8165
Text Example
Text Example
White with #CF8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8165; }
p { color: rgb(207,129,101); }
H1.HeaderClassName
{
color: #CF8165;
}
.AnyTagClassName
{
color: #CF8165;
}
</style>
background-color css
<style>
a { background-color: #CF8165; }
a { background-color: rgb(207,129,101); }
div.DivClassName
{
background-color: #CF8165;
}
.BgClassName
{
background-color: #CF8165;
}
</style>
border-color css
<style>
span { border-color: #CF8165; }
span { border-color: rgb(207,129,101); }
td.TdClassName
{
border-color: #CF8165;
}
.TagClassName
{
border-color: #CF8165;
}
</style>