Shades of Burning Sand #CF8668
Tints of Burning Sand #CF8668
RGB
CMYK
RGB Variations
Color information
#CF8668 (or 0xCF8668) is known color: Burning Sand. HEX triplet: CF, 86 and 68. RGB value is (207,134,104). Sum of RGB (Red+Green+Blue) = 207+134+104=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8668 is #307997. Grayscale: #989898. Windows color (decimal): -3176856 or 6850255. OLE color: 6850255.
HSL color Cylindrical-coordinate representation of color #CF8668: hue angle of 17.48º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF8668 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 104 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.19 |
| HSL | 17.48º | 0.52% | 0.61% | - |
| HSV(B) | 17.48º | 0.5% | 0.81% | - |
| XYZ | 36.76 | 31.32 | 17.2 | - |
| YUV | 152.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 104 | 0 | 0.35 | 0.50 | 0.19 | 17.48 | 0.52 | 0.61 |
| Hex | CF | 86 | 68 | 0 | 23 | 32 | 13 | 11 | 34 | 3D |
| Octal | 317 | 206 | 150 | 0 | 43 | 62 | 23 | 21 | 64 | 75 |
| Binary | 11001111 | 10000110 | 1101000 | 0 | 100011 | 110010 | 10011 | 10001 | 110100 | 111101 |
Color Harmonies of #CF8668
Complementary color
Monochromatic Colors of #CF8668
Black with #CF8668
Text Example
Text Example
White with #CF8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8668; }
p { color: rgb(207,134,104); }
H1.HeaderClassName
{
color: #CF8668;
}
.AnyTagClassName
{
color: #CF8668;
}
</style>
background-color css
<style>
a { background-color: #CF8668; }
a { background-color: rgb(207,134,104); }
div.DivClassName
{
background-color: #CF8668;
}
.BgClassName
{
background-color: #CF8668;
}
</style>
border-color css
<style>
span { border-color: #CF8668; }
span { border-color: rgb(207,134,104); }
td.TdClassName
{
border-color: #CF8668;
}
.TagClassName
{
border-color: #CF8668;
}
</style>