Shades of Burning Sand #CF8457
Tints of Burning Sand #CF8457
RGB
CMYK
RGB Variations
Color information
#CF8457 (or 0xCF8457) is known color: Burning Sand. HEX triplet: CF, 84 and 57. RGB value is (207,132,87). Sum of RGB (Red+Green+Blue) = 207+132+87=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8457 is #307BA8. Grayscale: #959595. Windows color (decimal): -3177385 or 5735631. OLE color: 5735631.
HSL color Cylindrical-coordinate representation of color #CF8457: hue angle of 22.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF8457 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 87 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.19 |
| HSL | 22.5º | 0.56% | 0.58% | - |
| HSV(B) | 22.5º | 0.58% | 0.81% | - |
| XYZ | 35.7 | 30.46 | 13.01 | - |
| YUV | 149.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 87 | 0 | 0.36 | 0.58 | 0.19 | 22.5 | 0.56 | 0.58 |
| Hex | CF | 84 | 57 | 0 | 24 | 3A | 13 | 16 | 38 | 3A |
| Octal | 317 | 204 | 127 | 0 | 44 | 72 | 23 | 26 | 70 | 72 |
| Binary | 11001111 | 10000100 | 1010111 | 0 | 100100 | 111010 | 10011 | 10110 | 111000 | 111010 |
Color Harmonies of #CF8457
Complementary color
Monochromatic Colors of #CF8457
Black with #CF8457
Text Example
Text Example
White with #CF8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8457; }
p { color: rgb(207,132,87); }
H1.HeaderClassName
{
color: #CF8457;
}
.AnyTagClassName
{
color: #CF8457;
}
</style>
background-color css
<style>
a { background-color: #CF8457; }
a { background-color: rgb(207,132,87); }
div.DivClassName
{
background-color: #CF8457;
}
.BgClassName
{
background-color: #CF8457;
}
</style>
border-color css
<style>
span { border-color: #CF8457; }
span { border-color: rgb(207,132,87); }
td.TdClassName
{
border-color: #CF8457;
}
.TagClassName
{
border-color: #CF8457;
}
</style>