Shades of Burning Sand #CF826F
Tints of Burning Sand #CF826F
RGB
CMYK
RGB Variations
Color information
#CF826F (or 0xCF826F) is known color: Burning Sand. HEX triplet: CF, 82 and 6F. RGB value is (207,130,111). Sum of RGB (Red+Green+Blue) = 207+130+111=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF826F is #307D90. Grayscale: #979797. Windows color (decimal): -3177873 or 7307983. OLE color: 7307983.
HSL color Cylindrical-coordinate representation of color #CF826F: hue angle of 11.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF826F is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 111 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.19 |
| HSL | 11.88º | 0.5% | 0.62% | - |
| HSV(B) | 11.88º | 0.46% | 0.81% | - |
| XYZ | 36.58 | 30.38 | 18.97 | - |
| YUV | 150.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 111 | 0 | 0.37 | 0.46 | 0.19 | 11.88 | 0.5 | 0.62 |
| Hex | CF | 82 | 6F | 0 | 25 | 2E | 13 | C | 32 | 3E |
| Octal | 317 | 202 | 157 | 0 | 45 | 56 | 23 | 14 | 62 | 76 |
| Binary | 11001111 | 10000010 | 1101111 | 0 | 100101 | 101110 | 10011 | 1100 | 110010 | 111110 |
Color Harmonies of #CF826F
Complementary color
Monochromatic Colors of #CF826F
Black with #CF826F
Text Example
Text Example
White with #CF826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF826F; }
p { color: rgb(207,130,111); }
H1.HeaderClassName
{
color: #CF826F;
}
.AnyTagClassName
{
color: #CF826F;
}
</style>
background-color css
<style>
a { background-color: #CF826F; }
a { background-color: rgb(207,130,111); }
div.DivClassName
{
background-color: #CF826F;
}
.BgClassName
{
background-color: #CF826F;
}
</style>
border-color css
<style>
span { border-color: #CF826F; }
span { border-color: rgb(207,130,111); }
td.TdClassName
{
border-color: #CF826F;
}
.TagClassName
{
border-color: #CF826F;
}
</style>