Shades of Burning Sand #CF896B
Tints of Burning Sand #CF896B
RGB
CMYK
RGB Variations
Color information
#CF896B (or 0xCF896B) is known color: Burning Sand. HEX triplet: CF, 89 and 6B. RGB value is (207,137,107). Sum of RGB (Red+Green+Blue) = 207+137+107=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF896B is #307694. Grayscale: #9A9A9A. Windows color (decimal): -3176085 or 7047631. OLE color: 7047631.
HSL color Cylindrical-coordinate representation of color #CF896B: hue angle of 18º 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 #CF896B is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 107 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.19 |
| HSL | 18º | 0.51% | 0.62% | - |
| HSV(B) | 18º | 0.48% | 0.81% | - |
| XYZ | 37.33 | 32.22 | 18.16 | - |
| YUV | 154.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 107 | 0 | 0.34 | 0.48 | 0.19 | 18 | 0.51 | 0.62 |
| Hex | CF | 89 | 6B | 0 | 22 | 30 | 13 | 12 | 33 | 3E |
| Octal | 317 | 211 | 153 | 0 | 42 | 60 | 23 | 22 | 63 | 76 |
| Binary | 11001111 | 10001001 | 1101011 | 0 | 100010 | 110000 | 10011 | 10010 | 110011 | 111110 |
Color Harmonies of #CF896B
Complementary color
Monochromatic Colors of #CF896B
Black with #CF896B
Text Example
Text Example
White with #CF896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF896B; }
p { color: rgb(207,137,107); }
H1.HeaderClassName
{
color: #CF896B;
}
.AnyTagClassName
{
color: #CF896B;
}
</style>
background-color css
<style>
a { background-color: #CF896B; }
a { background-color: rgb(207,137,107); }
div.DivClassName
{
background-color: #CF896B;
}
.BgClassName
{
background-color: #CF896B;
}
</style>
border-color css
<style>
span { border-color: #CF896B; }
span { border-color: rgb(207,137,107); }
td.TdClassName
{
border-color: #CF896B;
}
.TagClassName
{
border-color: #CF896B;
}
</style>