Shades of Burning Sand #CF8157
Tints of Burning Sand #CF8157
RGB
CMYK
RGB Variations
Color information
#CF8157 (or 0xCF8157) is known color: Burning Sand. HEX triplet: CF, 81 and 57. RGB value is (207,129,87). Sum of RGB (Red+Green+Blue) = 207+129+87=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8157 is #307EA8. Grayscale: #939393. Windows color (decimal): -3178153 or 5734863. OLE color: 5734863.
HSL color Cylindrical-coordinate representation of color #CF8157: hue angle of 21º 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 #CF8157 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 87 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.19 |
| HSL | 21º | 0.56% | 0.58% | - |
| HSV(B) | 21º | 0.58% | 0.81% | - |
| XYZ | 35.3 | 29.65 | 12.88 | - |
| YUV | 147.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 87 | 0 | 0.38 | 0.58 | 0.19 | 21 | 0.56 | 0.58 |
| Hex | CF | 81 | 57 | 0 | 26 | 3A | 13 | 15 | 38 | 3A |
| Octal | 317 | 201 | 127 | 0 | 46 | 72 | 23 | 25 | 70 | 72 |
| Binary | 11001111 | 10000001 | 1010111 | 0 | 100110 | 111010 | 10011 | 10101 | 111000 | 111010 |
Color Harmonies of #CF8157
Complementary color
Monochromatic Colors of #CF8157
Black with #CF8157
Text Example
Text Example
White with #CF8157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8157; }
p { color: rgb(207,129,87); }
H1.HeaderClassName
{
color: #CF8157;
}
.AnyTagClassName
{
color: #CF8157;
}
</style>
background-color css
<style>
a { background-color: #CF8157; }
a { background-color: rgb(207,129,87); }
div.DivClassName
{
background-color: #CF8157;
}
.BgClassName
{
background-color: #CF8157;
}
</style>
border-color css
<style>
span { border-color: #CF8157; }
span { border-color: rgb(207,129,87); }
td.TdClassName
{
border-color: #CF8157;
}
.TagClassName
{
border-color: #CF8157;
}
</style>