Shades of Feldspar #CF926F
Tints of Feldspar #CF926F
RGB
CMYK
RGB Variations
Color information
#CF926F (or 0xCF926F) is known color: Feldspar. HEX triplet: CF, 92 and 6F. RGB value is (207,146,111). Sum of RGB (Red+Green+Blue) = 207+146+111=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF926F is #306D90. Grayscale: #A0A0A0. Windows color (decimal): -3173777 or 7312079. OLE color: 7312079.
HSL color Cylindrical-coordinate representation of color #CF926F: hue angle of 21.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF926F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 111 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.19 |
| HSL | 21.88º | 0.5% | 0.62% | - |
| HSV(B) | 21.88º | 0.46% | 0.81% | - |
| XYZ | 38.88 | 34.97 | 19.74 | - |
| YUV | 160.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 111 | 0 | 0.29 | 0.46 | 0.19 | 21.88 | 0.5 | 0.62 |
| Hex | CF | 92 | 6F | 0 | 1D | 2E | 13 | 16 | 32 | 3E |
| Octal | 317 | 222 | 157 | 0 | 35 | 56 | 23 | 26 | 62 | 76 |
| Binary | 11001111 | 10010010 | 1101111 | 0 | 11101 | 101110 | 10011 | 10110 | 110010 | 111110 |
Color Harmonies of #CF926F
Complementary color
Monochromatic Colors of #CF926F
Black with #CF926F
Text Example
Text Example
White with #CF926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF926F; }
p { color: rgb(207,146,111); }
H1.HeaderClassName
{
color: #CF926F;
}
.AnyTagClassName
{
color: #CF926F;
}
</style>
background-color css
<style>
a { background-color: #CF926F; }
a { background-color: rgb(207,146,111); }
div.DivClassName
{
background-color: #CF926F;
}
.BgClassName
{
background-color: #CF926F;
}
</style>
border-color css
<style>
span { border-color: #CF926F; }
span { border-color: rgb(207,146,111); }
td.TdClassName
{
border-color: #CF926F;
}
.TagClassName
{
border-color: #CF926F;
}
</style>