Shades of Burning Sand #CF8568
Tints of Burning Sand #CF8568
RGB
CMYK
RGB Variations
Color information
#CF8568 (or 0xCF8568) is known color: Burning Sand. HEX triplet: CF, 85 and 68. RGB value is (207,133,104). Sum of RGB (Red+Green+Blue) = 207+133+104=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8568 is #307A97. Grayscale: #989898. Windows color (decimal): -3177112 or 6849999. OLE color: 6849999.
HSL color Cylindrical-coordinate representation of color #CF8568: hue angle of 16.89º 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 #CF8568 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 104 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.19 |
| HSL | 16.89º | 0.52% | 0.61% | - |
| HSV(B) | 16.89º | 0.5% | 0.81% | - |
| XYZ | 36.62 | 31.04 | 17.16 | - |
| YUV | 151.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 104 | 0 | 0.36 | 0.50 | 0.19 | 16.89 | 0.52 | 0.61 |
| Hex | CF | 85 | 68 | 0 | 24 | 32 | 13 | 11 | 34 | 3D |
| Octal | 317 | 205 | 150 | 0 | 44 | 62 | 23 | 21 | 64 | 75 |
| Binary | 11001111 | 10000101 | 1101000 | 0 | 100100 | 110010 | 10011 | 10001 | 110100 | 111101 |
Color Harmonies of #CF8568
Complementary color
Monochromatic Colors of #CF8568
Black with #CF8568
Text Example
Text Example
White with #CF8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8568; }
p { color: rgb(207,133,104); }
H1.HeaderClassName
{
color: #CF8568;
}
.AnyTagClassName
{
color: #CF8568;
}
</style>
background-color css
<style>
a { background-color: #CF8568; }
a { background-color: rgb(207,133,104); }
div.DivClassName
{
background-color: #CF8568;
}
.BgClassName
{
background-color: #CF8568;
}
</style>
border-color css
<style>
span { border-color: #CF8568; }
span { border-color: rgb(207,133,104); }
td.TdClassName
{
border-color: #CF8568;
}
.TagClassName
{
border-color: #CF8568;
}
</style>