Shades of Burning Sand #CF8667
Tints of Burning Sand #CF8667
RGB
CMYK
RGB Variations
Color information
#CF8667 (or 0xCF8667) is known color: Burning Sand. HEX triplet: CF, 86 and 67. RGB value is (207,134,103). Sum of RGB (Red+Green+Blue) = 207+134+103=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8667 is #307998. Grayscale: #989898. Windows color (decimal): -3176857 or 6784719. OLE color: 6784719.
HSL color Cylindrical-coordinate representation of color #CF8667: hue angle of 17.88º 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 #CF8667 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 103 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.19 |
| HSL | 17.88º | 0.52% | 0.61% | - |
| HSV(B) | 17.88º | 0.5% | 0.81% | - |
| XYZ | 36.71 | 31.29 | 16.94 | - |
| YUV | 152.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 103 | 0 | 0.35 | 0.50 | 0.19 | 17.88 | 0.52 | 0.61 |
| Hex | CF | 86 | 67 | 0 | 23 | 32 | 13 | 12 | 34 | 3D |
| Octal | 317 | 206 | 147 | 0 | 43 | 62 | 23 | 22 | 64 | 75 |
| Binary | 11001111 | 10000110 | 1100111 | 0 | 100011 | 110010 | 10011 | 10010 | 110100 | 111101 |
Color Harmonies of #CF8667
Complementary color
Monochromatic Colors of #CF8667
Black with #CF8667
Text Example
Text Example
White with #CF8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8667; }
p { color: rgb(207,134,103); }
H1.HeaderClassName
{
color: #CF8667;
}
.AnyTagClassName
{
color: #CF8667;
}
</style>
background-color css
<style>
a { background-color: #CF8667; }
a { background-color: rgb(207,134,103); }
div.DivClassName
{
background-color: #CF8667;
}
.BgClassName
{
background-color: #CF8667;
}
</style>
border-color css
<style>
span { border-color: #CF8667; }
span { border-color: rgb(207,134,103); }
td.TdClassName
{
border-color: #CF8667;
}
.TagClassName
{
border-color: #CF8667;
}
</style>