Shades of Burning Sand #CF8266
Tints of Burning Sand #CF8266
RGB
CMYK
RGB Variations
Color information
#CF8266 (or 0xCF8266) is known color: Burning Sand. HEX triplet: CF, 82 and 66. RGB value is (207,130,102). Sum of RGB (Red+Green+Blue) = 207+130+102=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8266 is #307D99. Grayscale: #969696. Windows color (decimal): -3177882 or 6718159. OLE color: 6718159.
HSL color Cylindrical-coordinate representation of color #CF8266: hue angle of 16º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF8266 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 102 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.19 |
| HSL | 16º | 0.52% | 0.61% | - |
| HSV(B) | 16º | 0.51% | 0.81% | - |
| XYZ | 36.11 | 30.19 | 16.49 | - |
| YUV | 149.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 102 | 0 | 0.37 | 0.51 | 0.19 | 16 | 0.52 | 0.61 |
| Hex | CF | 82 | 66 | 0 | 25 | 33 | 13 | 10 | 34 | 3D |
| Octal | 317 | 202 | 146 | 0 | 45 | 63 | 23 | 20 | 64 | 75 |
| Binary | 11001111 | 10000010 | 1100110 | 0 | 100101 | 110011 | 10011 | 10000 | 110100 | 111101 |
Color Harmonies of #CF8266
Complementary color
Monochromatic Colors of #CF8266
Black with #CF8266
Text Example
Text Example
White with #CF8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8266; }
p { color: rgb(207,130,102); }
H1.HeaderClassName
{
color: #CF8266;
}
.AnyTagClassName
{
color: #CF8266;
}
</style>
background-color css
<style>
a { background-color: #CF8266; }
a { background-color: rgb(207,130,102); }
div.DivClassName
{
background-color: #CF8266;
}
.BgClassName
{
background-color: #CF8266;
}
</style>
border-color css
<style>
span { border-color: #CF8266; }
span { border-color: rgb(207,130,102); }
td.TdClassName
{
border-color: #CF8266;
}
.TagClassName
{
border-color: #CF8266;
}
</style>