Shades of Burning Sand #CF826D
Tints of Burning Sand #CF826D
RGB
CMYK
RGB Variations
Color information
#CF826D (or 0xCF826D) is known color: Burning Sand. HEX triplet: CF, 82 and 6D. RGB value is (207,130,109). Sum of RGB (Red+Green+Blue) = 207+130+109=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF826D is #307D92. Grayscale: #969696. Windows color (decimal): -3177875 or 7176911. OLE color: 7176911.
HSL color Cylindrical-coordinate representation of color #CF826D: hue angle of 12.86º 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 #CF826D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 109 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.19 |
| HSL | 12.86º | 0.51% | 0.62% | - |
| HSV(B) | 12.86º | 0.47% | 0.81% | - |
| XYZ | 36.48 | 30.33 | 18.4 | - |
| YUV | 150.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 109 | 0 | 0.37 | 0.47 | 0.19 | 12.86 | 0.51 | 0.62 |
| Hex | CF | 82 | 6D | 0 | 25 | 2F | 13 | D | 33 | 3E |
| Octal | 317 | 202 | 155 | 0 | 45 | 57 | 23 | 15 | 63 | 76 |
| Binary | 11001111 | 10000010 | 1101101 | 0 | 100101 | 101111 | 10011 | 1101 | 110011 | 111110 |
Color Harmonies of #CF826D
Complementary color
Monochromatic Colors of #CF826D
Black with #CF826D
Text Example
Text Example
White with #CF826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF826D; }
p { color: rgb(207,130,109); }
H1.HeaderClassName
{
color: #CF826D;
}
.AnyTagClassName
{
color: #CF826D;
}
</style>
background-color css
<style>
a { background-color: #CF826D; }
a { background-color: rgb(207,130,109); }
div.DivClassName
{
background-color: #CF826D;
}
.BgClassName
{
background-color: #CF826D;
}
</style>
border-color css
<style>
span { border-color: #CF826D; }
span { border-color: rgb(207,130,109); }
td.TdClassName
{
border-color: #CF826D;
}
.TagClassName
{
border-color: #CF826D;
}
</style>