Shades of Burning Sand #CF886B
Tints of Burning Sand #CF886B
RGB
CMYK
RGB Variations
Color information
#CF886B (or 0xCF886B) is known color: Burning Sand. HEX triplet: CF, 88 and 6B. RGB value is (207,136,107). Sum of RGB (Red+Green+Blue) = 207+136+107=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF886B is #307794. Grayscale: #9A9A9A. Windows color (decimal): -3176341 or 7047375. OLE color: 7047375.
HSL color Cylindrical-coordinate representation of color #CF886B: hue angle of 17.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF886B is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 107 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.19 |
| HSL | 17.4º | 0.51% | 0.62% | - |
| HSV(B) | 17.4º | 0.48% | 0.81% | - |
| XYZ | 37.19 | 31.94 | 18.11 | - |
| YUV | 153.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 107 | 0 | 0.34 | 0.48 | 0.19 | 17.4 | 0.51 | 0.62 |
| Hex | CF | 88 | 6B | 0 | 22 | 30 | 13 | 11 | 33 | 3E |
| Octal | 317 | 210 | 153 | 0 | 42 | 60 | 23 | 21 | 63 | 76 |
| Binary | 11001111 | 10001000 | 1101011 | 0 | 100010 | 110000 | 10011 | 10001 | 110011 | 111110 |
Color Harmonies of #CF886B
Complementary color
Monochromatic Colors of #CF886B
Black with #CF886B
Text Example
Text Example
White with #CF886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF886B; }
p { color: rgb(207,136,107); }
H1.HeaderClassName
{
color: #CF886B;
}
.AnyTagClassName
{
color: #CF886B;
}
</style>
background-color css
<style>
a { background-color: #CF886B; }
a { background-color: rgb(207,136,107); }
div.DivClassName
{
background-color: #CF886B;
}
.BgClassName
{
background-color: #CF886B;
}
</style>
border-color css
<style>
span { border-color: #CF886B; }
span { border-color: rgb(207,136,107); }
td.TdClassName
{
border-color: #CF886B;
}
.TagClassName
{
border-color: #CF886B;
}
</style>