Shades of Feldspar #CF967F
Tints of Feldspar #CF967F
RGB
CMYK
RGB Variations
Color information
#CF967F (or 0xCF967F) is known color: Feldspar. HEX triplet: CF, 96 and 7F. RGB value is (207,150,127). Sum of RGB (Red+Green+Blue) = 207+150+127=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF967F is #306980. Grayscale: #A4A4A4. Windows color (decimal): -3172737 or 8361679. OLE color: 8361679.
HSL color Cylindrical-coordinate representation of color #CF967F: hue angle of 17.25º 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 #CF967F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 127 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.19 |
| HSL | 17.25º | 0.45% | 0.65% | - |
| HSV(B) | 17.25º | 0.39% | 0.81% | - |
| XYZ | 40.47 | 36.61 | 25.01 | - |
| YUV | 164.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 127 | 0 | 0.28 | 0.39 | 0.19 | 17.25 | 0.45 | 0.65 |
| Hex | CF | 96 | 7F | 0 | 1C | 27 | 13 | 11 | 2D | 41 |
| Octal | 317 | 226 | 177 | 0 | 34 | 47 | 23 | 21 | 55 | 101 |
| Binary | 11001111 | 10010110 | 1111111 | 0 | 11100 | 100111 | 10011 | 10001 | 101101 | 1000001 |
Color Harmonies of #CF967F
Complementary color
Monochromatic Colors of #CF967F
Black with #CF967F
Text Example
Text Example
White with #CF967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF967F; }
p { color: rgb(207,150,127); }
H1.HeaderClassName
{
color: #CF967F;
}
.AnyTagClassName
{
color: #CF967F;
}
</style>
background-color css
<style>
a { background-color: #CF967F; }
a { background-color: rgb(207,150,127); }
div.DivClassName
{
background-color: #CF967F;
}
.BgClassName
{
background-color: #CF967F;
}
</style>
border-color css
<style>
span { border-color: #CF967F; }
span { border-color: rgb(207,150,127); }
td.TdClassName
{
border-color: #CF967F;
}
.TagClassName
{
border-color: #CF967F;
}
</style>