Shades of Burning Sand #CF816F
Tints of Burning Sand #CF816F
RGB
CMYK
RGB Variations
Color information
#CF816F (or 0xCF816F) is known color: Burning Sand. HEX triplet: CF, 81 and 6F. RGB value is (207,129,111). Sum of RGB (Red+Green+Blue) = 207+129+111=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF816F is #307E90. Grayscale: #969696. Windows color (decimal): -3178129 or 7307727. OLE color: 7307727.
HSL color Cylindrical-coordinate representation of color #CF816F: hue angle of 11.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF816F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 111 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.19 |
| HSL | 11.25º | 0.5% | 0.62% | - |
| HSV(B) | 11.25º | 0.46% | 0.81% | - |
| XYZ | 36.45 | 30.11 | 18.93 | - |
| YUV | 150.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 111 | 0 | 0.38 | 0.46 | 0.19 | 11.25 | 0.5 | 0.62 |
| Hex | CF | 81 | 6F | 0 | 26 | 2E | 13 | B | 32 | 3E |
| Octal | 317 | 201 | 157 | 0 | 46 | 56 | 23 | 13 | 62 | 76 |
| Binary | 11001111 | 10000001 | 1101111 | 0 | 100110 | 101110 | 10011 | 1011 | 110010 | 111110 |
Color Harmonies of #CF816F
Complementary color
Monochromatic Colors of #CF816F
Black with #CF816F
Text Example
Text Example
White with #CF816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF816F; }
p { color: rgb(207,129,111); }
H1.HeaderClassName
{
color: #CF816F;
}
.AnyTagClassName
{
color: #CF816F;
}
</style>
background-color css
<style>
a { background-color: #CF816F; }
a { background-color: rgb(207,129,111); }
div.DivClassName
{
background-color: #CF816F;
}
.BgClassName
{
background-color: #CF816F;
}
</style>
border-color css
<style>
span { border-color: #CF816F; }
span { border-color: rgb(207,129,111); }
td.TdClassName
{
border-color: #CF816F;
}
.TagClassName
{
border-color: #CF816F;
}
</style>