Shades of Feldspar #CF917E
Tints of Feldspar #CF917E
RGB
CMYK
RGB Variations
Color information
#CF917E (or 0xCF917E) is known color: Feldspar. HEX triplet: CF, 91 and 7E. RGB value is (207,145,126). Sum of RGB (Red+Green+Blue) = 207+145+126=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF917E is #306E81. Grayscale: #A1A1A1. Windows color (decimal): -3174018 or 8294863. OLE color: 8294863.
HSL color Cylindrical-coordinate representation of color #CF917E: hue angle of 14.07º degrees, saturation: 0.46, 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 #CF917E is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 126 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.19 |
| HSL | 14.07º | 0.46% | 0.65% | - |
| HSV(B) | 14.07º | 0.39% | 0.81% | - |
| XYZ | 39.62 | 35.02 | 24.41 | - |
| YUV | 161.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 126 | 0 | 0.30 | 0.39 | 0.19 | 14.07 | 0.46 | 0.65 |
| Hex | CF | 91 | 7E | 0 | 1E | 27 | 13 | E | 2E | 41 |
| Octal | 317 | 221 | 176 | 0 | 36 | 47 | 23 | 16 | 56 | 101 |
| Binary | 11001111 | 10010001 | 1111110 | 0 | 11110 | 100111 | 10011 | 1110 | 101110 | 1000001 |
Color Harmonies of #CF917E
Complementary color
Monochromatic Colors of #CF917E
Black with #CF917E
Text Example
Text Example
White with #CF917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF917E; }
p { color: rgb(207,145,126); }
H1.HeaderClassName
{
color: #CF917E;
}
.AnyTagClassName
{
color: #CF917E;
}
</style>
background-color css
<style>
a { background-color: #CF917E; }
a { background-color: rgb(207,145,126); }
div.DivClassName
{
background-color: #CF917E;
}
.BgClassName
{
background-color: #CF917E;
}
</style>
border-color css
<style>
span { border-color: #CF917E; }
span { border-color: rgb(207,145,126); }
td.TdClassName
{
border-color: #CF917E;
}
.TagClassName
{
border-color: #CF917E;
}
</style>