Shades of Burning Sand #CF896D
Tints of Burning Sand #CF896D
RGB
CMYK
RGB Variations
Color information
#CF896D (or 0xCF896D) is known color: Burning Sand. HEX triplet: CF, 89 and 6D. RGB value is (207,137,109). Sum of RGB (Red+Green+Blue) = 207+137+109=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF896D is #307692. Grayscale: #9A9A9A. Windows color (decimal): -3176083 or 7178703. OLE color: 7178703.
HSL color Cylindrical-coordinate representation of color #CF896D: hue angle of 17.14º degrees, saturation: 0.51, 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 #CF896D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 109 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.19 |
| HSL | 17.14º | 0.51% | 0.62% | - |
| HSV(B) | 17.14º | 0.47% | 0.81% | - |
| XYZ | 37.44 | 32.26 | 18.72 | - |
| YUV | 154.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 109 | 0 | 0.34 | 0.47 | 0.19 | 17.14 | 0.51 | 0.62 |
| Hex | CF | 89 | 6D | 0 | 22 | 2F | 13 | 11 | 33 | 3E |
| Octal | 317 | 211 | 155 | 0 | 42 | 57 | 23 | 21 | 63 | 76 |
| Binary | 11001111 | 10001001 | 1101101 | 0 | 100010 | 101111 | 10011 | 10001 | 110011 | 111110 |
Color Harmonies of #CF896D
Complementary color
Monochromatic Colors of #CF896D
Black with #CF896D
Text Example
Text Example
White with #CF896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF896D; }
p { color: rgb(207,137,109); }
H1.HeaderClassName
{
color: #CF896D;
}
.AnyTagClassName
{
color: #CF896D;
}
</style>
background-color css
<style>
a { background-color: #CF896D; }
a { background-color: rgb(207,137,109); }
div.DivClassName
{
background-color: #CF896D;
}
.BgClassName
{
background-color: #CF896D;
}
</style>
border-color css
<style>
span { border-color: #CF896D; }
span { border-color: rgb(207,137,109); }
td.TdClassName
{
border-color: #CF896D;
}
.TagClassName
{
border-color: #CF896D;
}
</style>