Shades of Burning Sand #CF8466
Tints of Burning Sand #CF8466
RGB
CMYK
RGB Variations
Color information
#CF8466 (or 0xCF8466) is known color: Burning Sand. HEX triplet: CF, 84 and 66. RGB value is (207,132,102). Sum of RGB (Red+Green+Blue) = 207+132+102=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8466 is #307B99. Grayscale: #979797. Windows color (decimal): -3177370 or 6718671. OLE color: 6718671.
HSL color Cylindrical-coordinate representation of color #CF8466: hue angle of 17.14º 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 #CF8466 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 102 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.19 |
| HSL | 17.14º | 0.52% | 0.61% | - |
| HSV(B) | 17.14º | 0.51% | 0.81% | - |
| XYZ | 36.38 | 30.73 | 16.58 | - |
| YUV | 151.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 102 | 0 | 0.36 | 0.51 | 0.19 | 17.14 | 0.52 | 0.61 |
| Hex | CF | 84 | 66 | 0 | 24 | 33 | 13 | 11 | 34 | 3D |
| Octal | 317 | 204 | 146 | 0 | 44 | 63 | 23 | 21 | 64 | 75 |
| Binary | 11001111 | 10000100 | 1100110 | 0 | 100100 | 110011 | 10011 | 10001 | 110100 | 111101 |
Color Harmonies of #CF8466
Complementary color
Monochromatic Colors of #CF8466
Black with #CF8466
Text Example
Text Example
White with #CF8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8466; }
p { color: rgb(207,132,102); }
H1.HeaderClassName
{
color: #CF8466;
}
.AnyTagClassName
{
color: #CF8466;
}
</style>
background-color css
<style>
a { background-color: #CF8466; }
a { background-color: rgb(207,132,102); }
div.DivClassName
{
background-color: #CF8466;
}
.BgClassName
{
background-color: #CF8466;
}
</style>
border-color css
<style>
span { border-color: #CF8466; }
span { border-color: rgb(207,132,102); }
td.TdClassName
{
border-color: #CF8466;
}
.TagClassName
{
border-color: #CF8466;
}
</style>