Shades of Burning Sand #CF825F
Tints of Burning Sand #CF825F
RGB
CMYK
RGB Variations
Color information
#CF825F (or 0xCF825F) is known color: Burning Sand. HEX triplet: CF, 82 and 5F. RGB value is (207,130,95). Sum of RGB (Red+Green+Blue) = 207+130+95=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF825F is #307DA0. Grayscale: #959595. Windows color (decimal): -3177889 or 6259407. OLE color: 6259407.
HSL color Cylindrical-coordinate representation of color #CF825F: hue angle of 18.75º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF825F is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 95 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.19 |
| HSL | 18.75º | 0.54% | 0.59% | - |
| HSV(B) | 18.75º | 0.54% | 0.81% | - |
| XYZ | 35.78 | 30.06 | 14.74 | - |
| YUV | 149.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 95 | 0 | 0.37 | 0.54 | 0.19 | 18.75 | 0.54 | 0.59 |
| Hex | CF | 82 | 5F | 0 | 25 | 36 | 13 | 13 | 36 | 3B |
| Octal | 317 | 202 | 137 | 0 | 45 | 66 | 23 | 23 | 66 | 73 |
| Binary | 11001111 | 10000010 | 1011111 | 0 | 100101 | 110110 | 10011 | 10011 | 110110 | 111011 |
Color Harmonies of #CF825F
Complementary color
Monochromatic Colors of #CF825F
Black with #CF825F
Text Example
Text Example
White with #CF825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF825F; }
p { color: rgb(207,130,95); }
H1.HeaderClassName
{
color: #CF825F;
}
.AnyTagClassName
{
color: #CF825F;
}
</style>
background-color css
<style>
a { background-color: #CF825F; }
a { background-color: rgb(207,130,95); }
div.DivClassName
{
background-color: #CF825F;
}
.BgClassName
{
background-color: #CF825F;
}
</style>
border-color css
<style>
span { border-color: #CF825F; }
span { border-color: rgb(207,130,95); }
td.TdClassName
{
border-color: #CF825F;
}
.TagClassName
{
border-color: #CF825F;
}
</style>