Shades of Feldspar #CF917A
Tints of Feldspar #CF917A
RGB
CMYK
RGB Variations
Color information
#CF917A (or 0xCF917A) is known color: Feldspar. HEX triplet: CF, 91 and 7A. RGB value is (207,145,122). Sum of RGB (Red+Green+Blue) = 207+145+122=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF917A is #306E85. Grayscale: #A1A1A1. Windows color (decimal): -3174022 or 8032719. OLE color: 8032719.
HSL color Cylindrical-coordinate representation of color #CF917A: hue angle of 16.24º 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 #CF917A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 122 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.19 |
| HSL | 16.24º | 0.47% | 0.65% | - |
| HSV(B) | 16.24º | 0.41% | 0.81% | - |
| XYZ | 39.37 | 34.92 | 23.08 | - |
| YUV | 160.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 122 | 0 | 0.30 | 0.41 | 0.19 | 16.24 | 0.47 | 0.65 |
| Hex | CF | 91 | 7A | 0 | 1E | 29 | 13 | 10 | 2F | 41 |
| Octal | 317 | 221 | 172 | 0 | 36 | 51 | 23 | 20 | 57 | 101 |
| Binary | 11001111 | 10010001 | 1111010 | 0 | 11110 | 101001 | 10011 | 10000 | 101111 | 1000001 |
Color Harmonies of #CF917A
Complementary color
Monochromatic Colors of #CF917A
Black with #CF917A
Text Example
Text Example
White with #CF917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF917A; }
p { color: rgb(207,145,122); }
H1.HeaderClassName
{
color: #CF917A;
}
.AnyTagClassName
{
color: #CF917A;
}
</style>
background-color css
<style>
a { background-color: #CF917A; }
a { background-color: rgb(207,145,122); }
div.DivClassName
{
background-color: #CF917A;
}
.BgClassName
{
background-color: #CF917A;
}
</style>
border-color css
<style>
span { border-color: #CF917A; }
span { border-color: rgb(207,145,122); }
td.TdClassName
{
border-color: #CF917A;
}
.TagClassName
{
border-color: #CF917A;
}
</style>