Shades of Burning Sand #CF8162
Tints of Burning Sand #CF8162
RGB
CMYK
RGB Variations
Color information
#CF8162 (or 0xCF8162) is known color: Burning Sand. HEX triplet: CF, 81 and 62. RGB value is (207,129,98). Sum of RGB (Red+Green+Blue) = 207+129+98=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8162 is #307E9D. Grayscale: #949494. Windows color (decimal): -3178142 or 6455759. OLE color: 6455759.
HSL color Cylindrical-coordinate representation of color #CF8162: hue angle of 17.06º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF8162 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 98 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.19 |
| HSL | 17.06º | 0.53% | 0.6% | - |
| HSV(B) | 17.06º | 0.53% | 0.81% | - |
| XYZ | 35.79 | 29.85 | 15.43 | - |
| YUV | 148.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 98 | 0 | 0.38 | 0.53 | 0.19 | 17.06 | 0.53 | 0.6 |
| Hex | CF | 81 | 62 | 0 | 26 | 35 | 13 | 11 | 35 | 3C |
| Octal | 317 | 201 | 142 | 0 | 46 | 65 | 23 | 21 | 65 | 74 |
| Binary | 11001111 | 10000001 | 1100010 | 0 | 100110 | 110101 | 10011 | 10001 | 110101 | 111100 |
Color Harmonies of #CF8162
Complementary color
Monochromatic Colors of #CF8162
Black with #CF8162
Text Example
Text Example
White with #CF8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8162; }
p { color: rgb(207,129,98); }
H1.HeaderClassName
{
color: #CF8162;
}
.AnyTagClassName
{
color: #CF8162;
}
</style>
background-color css
<style>
a { background-color: #CF8162; }
a { background-color: rgb(207,129,98); }
div.DivClassName
{
background-color: #CF8162;
}
.BgClassName
{
background-color: #CF8162;
}
</style>
border-color css
<style>
span { border-color: #CF8162; }
span { border-color: rgb(207,129,98); }
td.TdClassName
{
border-color: #CF8162;
}
.TagClassName
{
border-color: #CF8162;
}
</style>