Shades of Burning Sand #CF8169
Tints of Burning Sand #CF8169
RGB
CMYK
RGB Variations
Color information
#CF8169 (or 0xCF8169) is known color: Burning Sand. HEX triplet: CF, 81 and 69. RGB value is (207,129,105). Sum of RGB (Red+Green+Blue) = 207+129+105=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8169 is #307E96. Grayscale: #959595. Windows color (decimal): -3178135 or 6914511. OLE color: 6914511.
HSL color Cylindrical-coordinate representation of color #CF8169: hue angle of 14.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF8169 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 105 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.19 |
| HSL | 14.12º | 0.52% | 0.61% | - |
| HSV(B) | 14.12º | 0.49% | 0.81% | - |
| XYZ | 36.13 | 29.99 | 17.25 | - |
| YUV | 149.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 105 | 0 | 0.38 | 0.49 | 0.19 | 14.12 | 0.52 | 0.61 |
| Hex | CF | 81 | 69 | 0 | 26 | 31 | 13 | E | 34 | 3D |
| Octal | 317 | 201 | 151 | 0 | 46 | 61 | 23 | 16 | 64 | 75 |
| Binary | 11001111 | 10000001 | 1101001 | 0 | 100110 | 110001 | 10011 | 1110 | 110100 | 111101 |
Color Harmonies of #CF8169
Complementary color
Monochromatic Colors of #CF8169
Black with #CF8169
Text Example
Text Example
White with #CF8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8169; }
p { color: rgb(207,129,105); }
H1.HeaderClassName
{
color: #CF8169;
}
.AnyTagClassName
{
color: #CF8169;
}
</style>
background-color css
<style>
a { background-color: #CF8169; }
a { background-color: rgb(207,129,105); }
div.DivClassName
{
background-color: #CF8169;
}
.BgClassName
{
background-color: #CF8169;
}
</style>
border-color css
<style>
span { border-color: #CF8169; }
span { border-color: rgb(207,129,105); }
td.TdClassName
{
border-color: #CF8169;
}
.TagClassName
{
border-color: #CF8169;
}
</style>