Shades of Burning Sand #CF816B
Tints of Burning Sand #CF816B
RGB
CMYK
RGB Variations
Color information
#CF816B (or 0xCF816B) is known color: Burning Sand. HEX triplet: CF, 81 and 6B. RGB value is (207,129,107). Sum of RGB (Red+Green+Blue) = 207+129+107=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF816B is #307E94. Grayscale: #959595. Windows color (decimal): -3178133 or 7045583. OLE color: 7045583.
HSL color Cylindrical-coordinate representation of color #CF816B: hue angle of 13.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF816B is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 107 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.19 |
| HSL | 13.2º | 0.51% | 0.62% | - |
| HSV(B) | 13.2º | 0.48% | 0.81% | - |
| XYZ | 36.24 | 30.03 | 17.8 | - |
| YUV | 149.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 107 | 0 | 0.38 | 0.48 | 0.19 | 13.2 | 0.51 | 0.62 |
| Hex | CF | 81 | 6B | 0 | 26 | 30 | 13 | D | 33 | 3E |
| Octal | 317 | 201 | 153 | 0 | 46 | 60 | 23 | 15 | 63 | 76 |
| Binary | 11001111 | 10000001 | 1101011 | 0 | 100110 | 110000 | 10011 | 1101 | 110011 | 111110 |
Color Harmonies of #CF816B
Complementary color
Monochromatic Colors of #CF816B
Black with #CF816B
Text Example
Text Example
White with #CF816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF816B; }
p { color: rgb(207,129,107); }
H1.HeaderClassName
{
color: #CF816B;
}
.AnyTagClassName
{
color: #CF816B;
}
</style>
background-color css
<style>
a { background-color: #CF816B; }
a { background-color: rgb(207,129,107); }
div.DivClassName
{
background-color: #CF816B;
}
.BgClassName
{
background-color: #CF816B;
}
</style>
border-color css
<style>
span { border-color: #CF816B; }
span { border-color: rgb(207,129,107); }
td.TdClassName
{
border-color: #CF816B;
}
.TagClassName
{
border-color: #CF816B;
}
</style>