Shades of Feldspar #CF8C70
Tints of Feldspar #CF8C70
RGB
CMYK
RGB Variations
Color information
#CF8C70 (or 0xCF8C70) is known color: Feldspar. HEX triplet: CF, 8C and 70. RGB value is (207,140,112). Sum of RGB (Red+Green+Blue) = 207+140+112=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C70 is #30738F. Grayscale: #9D9D9D. Windows color (decimal): -3175312 or 7376079. OLE color: 7376079.
HSL color Cylindrical-coordinate representation of color #CF8C70: hue angle of 17.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF8C70 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 112 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.19 |
| HSL | 17.68º | 0.5% | 0.63% | - |
| HSV(B) | 17.68º | 0.46% | 0.81% | - |
| XYZ | 38.03 | 33.19 | 19.73 | - |
| YUV | 156.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 112 | 0 | 0.32 | 0.46 | 0.19 | 17.68 | 0.5 | 0.63 |
| Hex | CF | 8C | 70 | 0 | 20 | 2E | 13 | 12 | 32 | 3F |
| Octal | 317 | 214 | 160 | 0 | 40 | 56 | 23 | 22 | 62 | 77 |
| Binary | 11001111 | 10001100 | 1110000 | 0 | 100000 | 101110 | 10011 | 10010 | 110010 | 111111 |
Color Harmonies of #CF8C70
Complementary color
Monochromatic Colors of #CF8C70
Black with #CF8C70
Text Example
Text Example
White with #CF8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C70; }
p { color: rgb(207,140,112); }
H1.HeaderClassName
{
color: #CF8C70;
}
.AnyTagClassName
{
color: #CF8C70;
}
</style>
background-color css
<style>
a { background-color: #CF8C70; }
a { background-color: rgb(207,140,112); }
div.DivClassName
{
background-color: #CF8C70;
}
.BgClassName
{
background-color: #CF8C70;
}
</style>
border-color css
<style>
span { border-color: #CF8C70; }
span { border-color: rgb(207,140,112); }
td.TdClassName
{
border-color: #CF8C70;
}
.TagClassName
{
border-color: #CF8C70;
}
</style>