Shades of Burning Sand #CF8867
Tints of Burning Sand #CF8867
RGB
CMYK
RGB Variations
Color information
#CF8867 (or 0xCF8867) is known color: Burning Sand. HEX triplet: CF, 88 and 67. RGB value is (207,136,103). Sum of RGB (Red+Green+Blue) = 207+136+103=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8867 is #307798. Grayscale: #999999. Windows color (decimal): -3176345 or 6785231. OLE color: 6785231.
HSL color Cylindrical-coordinate representation of color #CF8867: hue angle of 19.04º 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 #CF8867 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 103 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.19 |
| HSL | 19.04º | 0.52% | 0.61% | - |
| HSV(B) | 19.04º | 0.5% | 0.81% | - |
| XYZ | 36.98 | 31.85 | 17.03 | - |
| YUV | 153.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 103 | 0 | 0.34 | 0.50 | 0.19 | 19.04 | 0.52 | 0.61 |
| Hex | CF | 88 | 67 | 0 | 22 | 32 | 13 | 13 | 34 | 3D |
| Octal | 317 | 210 | 147 | 0 | 42 | 62 | 23 | 23 | 64 | 75 |
| Binary | 11001111 | 10001000 | 1100111 | 0 | 100010 | 110010 | 10011 | 10011 | 110100 | 111101 |
Color Harmonies of #CF8867
Complementary color
Monochromatic Colors of #CF8867
Black with #CF8867
Text Example
Text Example
White with #CF8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8867; }
p { color: rgb(207,136,103); }
H1.HeaderClassName
{
color: #CF8867;
}
.AnyTagClassName
{
color: #CF8867;
}
</style>
background-color css
<style>
a { background-color: #CF8867; }
a { background-color: rgb(207,136,103); }
div.DivClassName
{
background-color: #CF8867;
}
.BgClassName
{
background-color: #CF8867;
}
</style>
border-color css
<style>
span { border-color: #CF8867; }
span { border-color: rgb(207,136,103); }
td.TdClassName
{
border-color: #CF8867;
}
.TagClassName
{
border-color: #CF8867;
}
</style>