Shades of Feldspar #CF916C
Tints of Feldspar #CF916C
RGB
CMYK
RGB Variations
Color information
#CF916C (or 0xCF916C) is known color: Feldspar. HEX triplet: CF, 91 and 6C. RGB value is (207,145,108). Sum of RGB (Red+Green+Blue) = 207+145+108=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF916C is #306E93. Grayscale: #9F9F9F. Windows color (decimal): -3174036 or 7115215. OLE color: 7115215.
HSL color Cylindrical-coordinate representation of color #CF916C: hue angle of 22.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF916C is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 108 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.19 |
| HSL | 22.42º | 0.51% | 0.62% | - |
| HSV(B) | 22.42º | 0.48% | 0.81% | - |
| XYZ | 38.56 | 34.6 | 18.83 | - |
| YUV | 159.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 108 | 0 | 0.30 | 0.48 | 0.19 | 22.42 | 0.51 | 0.62 |
| Hex | CF | 91 | 6C | 0 | 1E | 30 | 13 | 16 | 33 | 3E |
| Octal | 317 | 221 | 154 | 0 | 36 | 60 | 23 | 26 | 63 | 76 |
| Binary | 11001111 | 10010001 | 1101100 | 0 | 11110 | 110000 | 10011 | 10110 | 110011 | 111110 |
Color Harmonies of #CF916C
Complementary color
Monochromatic Colors of #CF916C
Black with #CF916C
Text Example
Text Example
White with #CF916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF916C; }
p { color: rgb(207,145,108); }
H1.HeaderClassName
{
color: #CF916C;
}
.AnyTagClassName
{
color: #CF916C;
}
</style>
background-color css
<style>
a { background-color: #CF916C; }
a { background-color: rgb(207,145,108); }
div.DivClassName
{
background-color: #CF916C;
}
.BgClassName
{
background-color: #CF916C;
}
</style>
border-color css
<style>
span { border-color: #CF916C; }
span { border-color: rgb(207,145,108); }
td.TdClassName
{
border-color: #CF916C;
}
.TagClassName
{
border-color: #CF916C;
}
</style>