Shades of Feldspar #CF917B
Tints of Feldspar #CF917B
RGB
CMYK
RGB Variations
Color information
#CF917B (or 0xCF917B) is known color: Feldspar. HEX triplet: CF, 91 and 7B. RGB value is (207,145,123). Sum of RGB (Red+Green+Blue) = 207+145+123=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF917B is #306E84. Grayscale: #A1A1A1. Windows color (decimal): -3174021 or 8098255. OLE color: 8098255.
HSL color Cylindrical-coordinate representation of color #CF917B: hue angle of 15.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF917B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 123 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.19 |
| HSL | 15.71º | 0.47% | 0.65% | - |
| HSV(B) | 15.71º | 0.41% | 0.81% | - |
| XYZ | 39.43 | 34.95 | 23.41 | - |
| YUV | 161.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 123 | 0 | 0.30 | 0.41 | 0.19 | 15.71 | 0.47 | 0.65 |
| Hex | CF | 91 | 7B | 0 | 1E | 29 | 13 | 10 | 2F | 41 |
| Octal | 317 | 221 | 173 | 0 | 36 | 51 | 23 | 20 | 57 | 101 |
| Binary | 11001111 | 10010001 | 1111011 | 0 | 11110 | 101001 | 10011 | 10000 | 101111 | 1000001 |
Color Harmonies of #CF917B
Complementary color
Monochromatic Colors of #CF917B
Black with #CF917B
Text Example
Text Example
White with #CF917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF917B; }
p { color: rgb(207,145,123); }
H1.HeaderClassName
{
color: #CF917B;
}
.AnyTagClassName
{
color: #CF917B;
}
</style>
background-color css
<style>
a { background-color: #CF917B; }
a { background-color: rgb(207,145,123); }
div.DivClassName
{
background-color: #CF917B;
}
.BgClassName
{
background-color: #CF917B;
}
</style>
border-color css
<style>
span { border-color: #CF917B; }
span { border-color: rgb(207,145,123); }
td.TdClassName
{
border-color: #CF917B;
}
.TagClassName
{
border-color: #CF917B;
}
</style>