Shades of Feldspar #CF916D
Tints of Feldspar #CF916D
RGB
CMYK
RGB Variations
Color information
#CF916D (or 0xCF916D) is known color: Feldspar. HEX triplet: CF, 91 and 6D. RGB value is (207,145,109). Sum of RGB (Red+Green+Blue) = 207+145+109=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF916D is #306E92. Grayscale: #9F9F9F. Windows color (decimal): -3174035 or 7180751. OLE color: 7180751.
HSL color Cylindrical-coordinate representation of color #CF916D: hue angle of 22.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF916D is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 109 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.19 |
| HSL | 22.04º | 0.51% | 0.62% | - |
| HSV(B) | 22.04º | 0.47% | 0.81% | - |
| XYZ | 38.62 | 34.62 | 19.12 | - |
| YUV | 159.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 109 | 0 | 0.30 | 0.47 | 0.19 | 22.04 | 0.51 | 0.62 |
| Hex | CF | 91 | 6D | 0 | 1E | 2F | 13 | 16 | 33 | 3E |
| Octal | 317 | 221 | 155 | 0 | 36 | 57 | 23 | 26 | 63 | 76 |
| Binary | 11001111 | 10010001 | 1101101 | 0 | 11110 | 101111 | 10011 | 10110 | 110011 | 111110 |
Color Harmonies of #CF916D
Complementary color
Monochromatic Colors of #CF916D
Black with #CF916D
Text Example
Text Example
White with #CF916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF916D; }
p { color: rgb(207,145,109); }
H1.HeaderClassName
{
color: #CF916D;
}
.AnyTagClassName
{
color: #CF916D;
}
</style>
background-color css
<style>
a { background-color: #CF916D; }
a { background-color: rgb(207,145,109); }
div.DivClassName
{
background-color: #CF916D;
}
.BgClassName
{
background-color: #CF916D;
}
</style>
border-color css
<style>
span { border-color: #CF916D; }
span { border-color: rgb(207,145,109); }
td.TdClassName
{
border-color: #CF916D;
}
.TagClassName
{
border-color: #CF916D;
}
</style>