Shades of Feldspar #CF947F
Tints of Feldspar #CF947F
RGB
CMYK
RGB Variations
Color information
#CF947F (or 0xCF947F) is known color: Feldspar. HEX triplet: CF, 94 and 7F. RGB value is (207,148,127). Sum of RGB (Red+Green+Blue) = 207+148+127=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF947F is #306B80. Grayscale: #A3A3A3. Windows color (decimal): -3173249 or 8361167. OLE color: 8361167.
HSL color Cylindrical-coordinate representation of color #CF947F: hue angle of 15.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF947F is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 127 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.19 |
| HSL | 15.75º | 0.45% | 0.65% | - |
| HSV(B) | 15.75º | 0.39% | 0.81% | - |
| XYZ | 40.15 | 35.98 | 24.91 | - |
| YUV | 163.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 127 | 0 | 0.29 | 0.39 | 0.19 | 15.75 | 0.45 | 0.65 |
| Hex | CF | 94 | 7F | 0 | 1D | 27 | 13 | 10 | 2D | 41 |
| Octal | 317 | 224 | 177 | 0 | 35 | 47 | 23 | 20 | 55 | 101 |
| Binary | 11001111 | 10010100 | 1111111 | 0 | 11101 | 100111 | 10011 | 10000 | 101101 | 1000001 |
Color Harmonies of #CF947F
Complementary color
Monochromatic Colors of #CF947F
Black with #CF947F
Text Example
Text Example
White with #CF947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF947F; }
p { color: rgb(207,148,127); }
H1.HeaderClassName
{
color: #CF947F;
}
.AnyTagClassName
{
color: #CF947F;
}
</style>
background-color css
<style>
a { background-color: #CF947F; }
a { background-color: rgb(207,148,127); }
div.DivClassName
{
background-color: #CF947F;
}
.BgClassName
{
background-color: #CF947F;
}
</style>
border-color css
<style>
span { border-color: #CF947F; }
span { border-color: rgb(207,148,127); }
td.TdClassName
{
border-color: #CF947F;
}
.TagClassName
{
border-color: #CF947F;
}
</style>