Shades of Burning Sand #CF8268
Tints of Burning Sand #CF8268
RGB
CMYK
RGB Variations
Color information
#CF8268 (or 0xCF8268) is known color: Burning Sand. HEX triplet: CF, 82 and 68. RGB value is (207,130,104). Sum of RGB (Red+Green+Blue) = 207+130+104=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8268 is #307D97. Grayscale: #969696. Windows color (decimal): -3177880 or 6849231. OLE color: 6849231.
HSL color Cylindrical-coordinate representation of color #CF8268: hue angle of 15.15º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF8268 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 104 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.19 |
| HSL | 15.15º | 0.52% | 0.61% | - |
| HSV(B) | 15.15º | 0.5% | 0.81% | - |
| XYZ | 36.21 | 30.23 | 17.02 | - |
| YUV | 150.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 104 | 0 | 0.37 | 0.50 | 0.19 | 15.15 | 0.52 | 0.61 |
| Hex | CF | 82 | 68 | 0 | 25 | 32 | 13 | F | 34 | 3D |
| Octal | 317 | 202 | 150 | 0 | 45 | 62 | 23 | 17 | 64 | 75 |
| Binary | 11001111 | 10000010 | 1101000 | 0 | 100101 | 110010 | 10011 | 1111 | 110100 | 111101 |
Color Harmonies of #CF8268
Complementary color
Monochromatic Colors of #CF8268
Black with #CF8268
Text Example
Text Example
White with #CF8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8268; }
p { color: rgb(207,130,104); }
H1.HeaderClassName
{
color: #CF8268;
}
.AnyTagClassName
{
color: #CF8268;
}
</style>
background-color css
<style>
a { background-color: #CF8268; }
a { background-color: rgb(207,130,104); }
div.DivClassName
{
background-color: #CF8268;
}
.BgClassName
{
background-color: #CF8268;
}
</style>
border-color css
<style>
span { border-color: #CF8268; }
span { border-color: rgb(207,130,104); }
td.TdClassName
{
border-color: #CF8268;
}
.TagClassName
{
border-color: #CF8268;
}
</style>