Shades of Burning Sand #CF8468
Tints of Burning Sand #CF8468
RGB
CMYK
RGB Variations
Color information
#CF8468 (or 0xCF8468) is known color: Burning Sand. HEX triplet: CF, 84 and 68. RGB value is (207,132,104). Sum of RGB (Red+Green+Blue) = 207+132+104=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8468 is #307B97. Grayscale: #979797. Windows color (decimal): -3177368 or 6849743. OLE color: 6849743.
HSL color Cylindrical-coordinate representation of color #CF8468: hue angle of 16.31º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF8468 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 104 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.19 |
| HSL | 16.31º | 0.52% | 0.61% | - |
| HSV(B) | 16.31º | 0.5% | 0.81% | - |
| XYZ | 36.48 | 30.77 | 17.11 | - |
| YUV | 151.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 104 | 0 | 0.36 | 0.50 | 0.19 | 16.31 | 0.52 | 0.61 |
| Hex | CF | 84 | 68 | 0 | 24 | 32 | 13 | 10 | 34 | 3D |
| Octal | 317 | 204 | 150 | 0 | 44 | 62 | 23 | 20 | 64 | 75 |
| Binary | 11001111 | 10000100 | 1101000 | 0 | 100100 | 110010 | 10011 | 10000 | 110100 | 111101 |
Color Harmonies of #CF8468
Complementary color
Monochromatic Colors of #CF8468
Black with #CF8468
Text Example
Text Example
White with #CF8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8468; }
p { color: rgb(207,132,104); }
H1.HeaderClassName
{
color: #CF8468;
}
.AnyTagClassName
{
color: #CF8468;
}
</style>
background-color css
<style>
a { background-color: #CF8468; }
a { background-color: rgb(207,132,104); }
div.DivClassName
{
background-color: #CF8468;
}
.BgClassName
{
background-color: #CF8468;
}
</style>
border-color css
<style>
span { border-color: #CF8468; }
span { border-color: rgb(207,132,104); }
td.TdClassName
{
border-color: #CF8468;
}
.TagClassName
{
border-color: #CF8468;
}
</style>