Shades of Burning Sand #CF8463
Tints of Burning Sand #CF8463
RGB
CMYK
RGB Variations
Color information
#CF8463 (or 0xCF8463) is known color: Burning Sand. HEX triplet: CF, 84 and 63. RGB value is (207,132,99). Sum of RGB (Red+Green+Blue) = 207+132+99=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8463 is #307B9C. Grayscale: #969696. Windows color (decimal): -3177373 or 6522063. OLE color: 6522063.
HSL color Cylindrical-coordinate representation of color #CF8463: hue angle of 18.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF8463 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 99 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.19 |
| HSL | 18.33º | 0.53% | 0.6% | - |
| HSV(B) | 18.33º | 0.52% | 0.81% | - |
| XYZ | 36.24 | 30.67 | 15.81 | - |
| YUV | 150.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 99 | 0 | 0.36 | 0.52 | 0.19 | 18.33 | 0.53 | 0.6 |
| Hex | CF | 84 | 63 | 0 | 24 | 34 | 13 | 12 | 35 | 3C |
| Octal | 317 | 204 | 143 | 0 | 44 | 64 | 23 | 22 | 65 | 74 |
| Binary | 11001111 | 10000100 | 1100011 | 0 | 100100 | 110100 | 10011 | 10010 | 110101 | 111100 |
Color Harmonies of #CF8463
Complementary color
Monochromatic Colors of #CF8463
Black with #CF8463
Text Example
Text Example
White with #CF8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8463; }
p { color: rgb(207,132,99); }
H1.HeaderClassName
{
color: #CF8463;
}
.AnyTagClassName
{
color: #CF8463;
}
</style>
background-color css
<style>
a { background-color: #CF8463; }
a { background-color: rgb(207,132,99); }
div.DivClassName
{
background-color: #CF8463;
}
.BgClassName
{
background-color: #CF8463;
}
</style>
border-color css
<style>
span { border-color: #CF8463; }
span { border-color: rgb(207,132,99); }
td.TdClassName
{
border-color: #CF8463;
}
.TagClassName
{
border-color: #CF8463;
}
</style>