Shades of Burning Sand #CF886E
Tints of Burning Sand #CF886E
RGB
CMYK
RGB Variations
Color information
#CF886E (or 0xCF886E) is known color: Burning Sand. HEX triplet: CF, 88 and 6E. RGB value is (207,136,110). Sum of RGB (Red+Green+Blue) = 207+136+110=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF886E is #307791. Grayscale: #9A9A9A. Windows color (decimal): -3176338 or 7243983. OLE color: 7243983.
HSL color Cylindrical-coordinate representation of color #CF886E: hue angle of 16.08º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF886E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 110 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.19 |
| HSL | 16.08º | 0.5% | 0.62% | - |
| HSV(B) | 16.08º | 0.47% | 0.81% | - |
| XYZ | 37.35 | 32 | 18.96 | - |
| YUV | 154.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 110 | 0 | 0.34 | 0.47 | 0.19 | 16.08 | 0.5 | 0.62 |
| Hex | CF | 88 | 6E | 0 | 22 | 2F | 13 | 10 | 32 | 3E |
| Octal | 317 | 210 | 156 | 0 | 42 | 57 | 23 | 20 | 62 | 76 |
| Binary | 11001111 | 10001000 | 1101110 | 0 | 100010 | 101111 | 10011 | 10000 | 110010 | 111110 |
Color Harmonies of #CF886E
Complementary color
Monochromatic Colors of #CF886E
Black with #CF886E
Text Example
Text Example
White with #CF886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF886E; }
p { color: rgb(207,136,110); }
H1.HeaderClassName
{
color: #CF886E;
}
.AnyTagClassName
{
color: #CF886E;
}
</style>
background-color css
<style>
a { background-color: #CF886E; }
a { background-color: rgb(207,136,110); }
div.DivClassName
{
background-color: #CF886E;
}
.BgClassName
{
background-color: #CF886E;
}
</style>
border-color css
<style>
span { border-color: #CF886E; }
span { border-color: rgb(207,136,110); }
td.TdClassName
{
border-color: #CF886E;
}
.TagClassName
{
border-color: #CF886E;
}
</style>