Shades of Burning Sand #CF8066
Tints of Burning Sand #CF8066
RGB
CMYK
RGB Variations
Color information
#CF8066 (or 0xCF8066) is known color: Burning Sand. HEX triplet: CF, 80 and 66. RGB value is (207,128,102). Sum of RGB (Red+Green+Blue) = 207+128+102=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8066 is #307F99. Grayscale: #949494. Windows color (decimal): -3178394 or 6717647. OLE color: 6717647.
HSL color Cylindrical-coordinate representation of color #CF8066: hue angle of 14.86º 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 #CF8066 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 102 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.19 |
| HSL | 14.86º | 0.52% | 0.61% | - |
| HSV(B) | 14.86º | 0.51% | 0.81% | - |
| XYZ | 35.85 | 29.66 | 16.41 | - |
| YUV | 148.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 102 | 0 | 0.38 | 0.51 | 0.19 | 14.86 | 0.52 | 0.61 |
| Hex | CF | 80 | 66 | 0 | 26 | 33 | 13 | F | 34 | 3D |
| Octal | 317 | 200 | 146 | 0 | 46 | 63 | 23 | 17 | 64 | 75 |
| Binary | 11001111 | 10000000 | 1100110 | 0 | 100110 | 110011 | 10011 | 1111 | 110100 | 111101 |
Color Harmonies of #CF8066
Complementary color
Monochromatic Colors of #CF8066
Black with #CF8066
Text Example
Text Example
White with #CF8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8066; }
p { color: rgb(207,128,102); }
H1.HeaderClassName
{
color: #CF8066;
}
.AnyTagClassName
{
color: #CF8066;
}
</style>
background-color css
<style>
a { background-color: #CF8066; }
a { background-color: rgb(207,128,102); }
div.DivClassName
{
background-color: #CF8066;
}
.BgClassName
{
background-color: #CF8066;
}
</style>
border-color css
<style>
span { border-color: #CF8066; }
span { border-color: rgb(207,128,102); }
td.TdClassName
{
border-color: #CF8066;
}
.TagClassName
{
border-color: #CF8066;
}
</style>