Shades of Feldspar #CF9270
Tints of Feldspar #CF9270
RGB
CMYK
RGB Variations
Color information
#CF9270 (or 0xCF9270) is known color: Feldspar. HEX triplet: CF, 92 and 70. RGB value is (207,146,112). Sum of RGB (Red+Green+Blue) = 207+146+112=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9270 is #306D8F. Grayscale: #A0A0A0. Windows color (decimal): -3173776 or 7377615. OLE color: 7377615.
HSL color Cylindrical-coordinate representation of color #CF9270: hue angle of 21.47º 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 #CF9270 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 112 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.19 |
| HSL | 21.47º | 0.5% | 0.63% | - |
| HSV(B) | 21.47º | 0.46% | 0.81% | - |
| XYZ | 38.94 | 34.99 | 20.03 | - |
| YUV | 160.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 112 | 0 | 0.29 | 0.46 | 0.19 | 21.47 | 0.5 | 0.63 |
| Hex | CF | 92 | 70 | 0 | 1D | 2E | 13 | 15 | 32 | 3F |
| Octal | 317 | 222 | 160 | 0 | 35 | 56 | 23 | 25 | 62 | 77 |
| Binary | 11001111 | 10010010 | 1110000 | 0 | 11101 | 101110 | 10011 | 10101 | 110010 | 111111 |
Color Harmonies of #CF9270
Complementary color
Monochromatic Colors of #CF9270
Black with #CF9270
Text Example
Text Example
White with #CF9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9270; }
p { color: rgb(207,146,112); }
H1.HeaderClassName
{
color: #CF9270;
}
.AnyTagClassName
{
color: #CF9270;
}
</style>
background-color css
<style>
a { background-color: #CF9270; }
a { background-color: rgb(207,146,112); }
div.DivClassName
{
background-color: #CF9270;
}
.BgClassName
{
background-color: #CF9270;
}
</style>
border-color css
<style>
span { border-color: #CF9270; }
span { border-color: rgb(207,146,112); }
td.TdClassName
{
border-color: #CF9270;
}
.TagClassName
{
border-color: #CF9270;
}
</style>