Shades of Feldspar #CF8770
Tints of Feldspar #CF8770
RGB
CMYK
RGB Variations
Color information
#CF8770 (or 0xCF8770) is known color: Feldspar. HEX triplet: CF, 87 and 70. RGB value is (207,135,112). Sum of RGB (Red+Green+Blue) = 207+135+112=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8770 is #30788F. Grayscale: #9A9A9A. Windows color (decimal): -3176592 or 7374799. OLE color: 7374799.
HSL color Cylindrical-coordinate representation of color #CF8770: hue angle of 14.53º 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 #CF8770 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 112 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.19 |
| HSL | 14.53º | 0.5% | 0.63% | - |
| HSV(B) | 14.53º | 0.46% | 0.81% | - |
| XYZ | 37.32 | 31.76 | 19.49 | - |
| YUV | 153.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 112 | 0 | 0.35 | 0.46 | 0.19 | 14.53 | 0.5 | 0.63 |
| Hex | CF | 87 | 70 | 0 | 23 | 2E | 13 | F | 32 | 3F |
| Octal | 317 | 207 | 160 | 0 | 43 | 56 | 23 | 17 | 62 | 77 |
| Binary | 11001111 | 10000111 | 1110000 | 0 | 100011 | 101110 | 10011 | 1111 | 110010 | 111111 |
Color Harmonies of #CF8770
Complementary color
Monochromatic Colors of #CF8770
Black with #CF8770
Text Example
Text Example
White with #CF8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8770; }
p { color: rgb(207,135,112); }
H1.HeaderClassName
{
color: #CF8770;
}
.AnyTagClassName
{
color: #CF8770;
}
</style>
background-color css
<style>
a { background-color: #CF8770; }
a { background-color: rgb(207,135,112); }
div.DivClassName
{
background-color: #CF8770;
}
.BgClassName
{
background-color: #CF8770;
}
</style>
border-color css
<style>
span { border-color: #CF8770; }
span { border-color: rgb(207,135,112); }
td.TdClassName
{
border-color: #CF8770;
}
.TagClassName
{
border-color: #CF8770;
}
</style>