Shades of Feldspar #CF906E
Tints of Feldspar #CF906E
RGB
CMYK
RGB Variations
Color information
#CF906E (or 0xCF906E) is known color: Feldspar. HEX triplet: CF, 90 and 6E. RGB value is (207,144,110). Sum of RGB (Red+Green+Blue) = 207+144+110=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF906E is #306F91. Grayscale: #9F9F9F. Windows color (decimal): -3174290 or 7246031. OLE color: 7246031.
HSL color Cylindrical-coordinate representation of color #CF906E: hue angle of 21.03º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF906E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 110 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.19 |
| HSL | 21.03º | 0.5% | 0.62% | - |
| HSV(B) | 21.03º | 0.47% | 0.81% | - |
| XYZ | 38.52 | 34.34 | 19.35 | - |
| YUV | 158.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 110 | 0 | 0.30 | 0.47 | 0.19 | 21.03 | 0.5 | 0.62 |
| Hex | CF | 90 | 6E | 0 | 1E | 2F | 13 | 15 | 32 | 3E |
| Octal | 317 | 220 | 156 | 0 | 36 | 57 | 23 | 25 | 62 | 76 |
| Binary | 11001111 | 10010000 | 1101110 | 0 | 11110 | 101111 | 10011 | 10101 | 110010 | 111110 |
Color Harmonies of #CF906E
Complementary color
Monochromatic Colors of #CF906E
Black with #CF906E
Text Example
Text Example
White with #CF906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF906E; }
p { color: rgb(207,144,110); }
H1.HeaderClassName
{
color: #CF906E;
}
.AnyTagClassName
{
color: #CF906E;
}
</style>
background-color css
<style>
a { background-color: #CF906E; }
a { background-color: rgb(207,144,110); }
div.DivClassName
{
background-color: #CF906E;
}
.BgClassName
{
background-color: #CF906E;
}
</style>
border-color css
<style>
span { border-color: #CF906E; }
span { border-color: rgb(207,144,110); }
td.TdClassName
{
border-color: #CF906E;
}
.TagClassName
{
border-color: #CF906E;
}
</style>