Shades of Burning Sand #CF8665
Tints of Burning Sand #CF8665
RGB
CMYK
RGB Variations
Color information
#CF8665 (or 0xCF8665) is known color: Burning Sand. HEX triplet: CF, 86 and 65. RGB value is (207,134,101). Sum of RGB (Red+Green+Blue) = 207+134+101=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8665 is #30799A. Grayscale: #989898. Windows color (decimal): -3176859 or 6653647. OLE color: 6653647.
HSL color Cylindrical-coordinate representation of color #CF8665: hue angle of 18.68º 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 #CF8665 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 101 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.19 |
| HSL | 18.68º | 0.52% | 0.6% | - |
| HSV(B) | 18.68º | 0.51% | 0.81% | - |
| XYZ | 36.61 | 31.26 | 16.42 | - |
| YUV | 152.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 101 | 0 | 0.35 | 0.51 | 0.19 | 18.68 | 0.52 | 0.6 |
| Hex | CF | 86 | 65 | 0 | 23 | 33 | 13 | 13 | 34 | 3C |
| Octal | 317 | 206 | 145 | 0 | 43 | 63 | 23 | 23 | 64 | 74 |
| Binary | 11001111 | 10000110 | 1100101 | 0 | 100011 | 110011 | 10011 | 10011 | 110100 | 111100 |
Color Harmonies of #CF8665
Complementary color
Monochromatic Colors of #CF8665
Black with #CF8665
Text Example
Text Example
White with #CF8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8665; }
p { color: rgb(207,134,101); }
H1.HeaderClassName
{
color: #CF8665;
}
.AnyTagClassName
{
color: #CF8665;
}
</style>
background-color css
<style>
a { background-color: #CF8665; }
a { background-color: rgb(207,134,101); }
div.DivClassName
{
background-color: #CF8665;
}
.BgClassName
{
background-color: #CF8665;
}
</style>
border-color css
<style>
span { border-color: #CF8665; }
span { border-color: rgb(207,134,101); }
td.TdClassName
{
border-color: #CF8665;
}
.TagClassName
{
border-color: #CF8665;
}
</style>