Shades of Burning Sand #CF8168
Tints of Burning Sand #CF8168
RGB
CMYK
RGB Variations
Color information
#CF8168 (or 0xCF8168) is known color: Burning Sand. HEX triplet: CF, 81 and 68. RGB value is (207,129,104). Sum of RGB (Red+Green+Blue) = 207+129+104=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8168 is #307E97. Grayscale: #959595. Windows color (decimal): -3178136 or 6848975. OLE color: 6848975.
HSL color Cylindrical-coordinate representation of color #CF8168: hue angle of 14.56º 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 #CF8168 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 104 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.19 |
| HSL | 14.56º | 0.52% | 0.61% | - |
| HSV(B) | 14.56º | 0.5% | 0.81% | - |
| XYZ | 36.08 | 29.97 | 16.98 | - |
| YUV | 149.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 104 | 0 | 0.38 | 0.50 | 0.19 | 14.56 | 0.52 | 0.61 |
| Hex | CF | 81 | 68 | 0 | 26 | 32 | 13 | F | 34 | 3D |
| Octal | 317 | 201 | 150 | 0 | 46 | 62 | 23 | 17 | 64 | 75 |
| Binary | 11001111 | 10000001 | 1101000 | 0 | 100110 | 110010 | 10011 | 1111 | 110100 | 111101 |
Color Harmonies of #CF8168
Complementary color
Monochromatic Colors of #CF8168
Black with #CF8168
Text Example
Text Example
White with #CF8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8168; }
p { color: rgb(207,129,104); }
H1.HeaderClassName
{
color: #CF8168;
}
.AnyTagClassName
{
color: #CF8168;
}
</style>
background-color css
<style>
a { background-color: #CF8168; }
a { background-color: rgb(207,129,104); }
div.DivClassName
{
background-color: #CF8168;
}
.BgClassName
{
background-color: #CF8168;
}
</style>
border-color css
<style>
span { border-color: #CF8168; }
span { border-color: rgb(207,129,104); }
td.TdClassName
{
border-color: #CF8168;
}
.TagClassName
{
border-color: #CF8168;
}
</style>