Shades of Burning Sand #CF816D
Tints of Burning Sand #CF816D
RGB
CMYK
RGB Variations
Color information
#CF816D (or 0xCF816D) is known color: Burning Sand. HEX triplet: CF, 81 and 6D. RGB value is (207,129,109). Sum of RGB (Red+Green+Blue) = 207+129+109=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF816D is #307E92. Grayscale: #969696. Windows color (decimal): -3178131 or 7176655. OLE color: 7176655.
HSL color Cylindrical-coordinate representation of color #CF816D: hue angle of 12.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF816D is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 109 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.19 |
| HSL | 12.24º | 0.51% | 0.62% | - |
| HSV(B) | 12.24º | 0.47% | 0.81% | - |
| XYZ | 36.34 | 30.07 | 18.36 | - |
| YUV | 150.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 109 | 0 | 0.38 | 0.47 | 0.19 | 12.24 | 0.51 | 0.62 |
| Hex | CF | 81 | 6D | 0 | 26 | 2F | 13 | C | 33 | 3E |
| Octal | 317 | 201 | 155 | 0 | 46 | 57 | 23 | 14 | 63 | 76 |
| Binary | 11001111 | 10000001 | 1101101 | 0 | 100110 | 101111 | 10011 | 1100 | 110011 | 111110 |
Color Harmonies of #CF816D
Complementary color
Monochromatic Colors of #CF816D
Black with #CF816D
Text Example
Text Example
White with #CF816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF816D; }
p { color: rgb(207,129,109); }
H1.HeaderClassName
{
color: #CF816D;
}
.AnyTagClassName
{
color: #CF816D;
}
</style>
background-color css
<style>
a { background-color: #CF816D; }
a { background-color: rgb(207,129,109); }
div.DivClassName
{
background-color: #CF816D;
}
.BgClassName
{
background-color: #CF816D;
}
</style>
border-color css
<style>
span { border-color: #CF816D; }
span { border-color: rgb(207,129,109); }
td.TdClassName
{
border-color: #CF816D;
}
.TagClassName
{
border-color: #CF816D;
}
</style>