Shades of Feldspar #CF946D
Tints of Feldspar #CF946D
RGB
CMYK
RGB Variations
Color information
#CF946D (or 0xCF946D) is known color: Feldspar. HEX triplet: CF, 94 and 6D. RGB value is (207,148,109). Sum of RGB (Red+Green+Blue) = 207+148+109=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF946D is #306B92. Grayscale: #A1A1A1. Windows color (decimal): -3173267 or 7181519. OLE color: 7181519.
HSL color Cylindrical-coordinate representation of color #CF946D: hue angle of 23.88º 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 #CF946D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 109 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.19 |
| HSL | 23.88º | 0.51% | 0.62% | - |
| HSV(B) | 23.88º | 0.47% | 0.81% | - |
| XYZ | 39.08 | 35.55 | 19.27 | - |
| YUV | 161.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 109 | 0 | 0.29 | 0.47 | 0.19 | 23.88 | 0.51 | 0.62 |
| Hex | CF | 94 | 6D | 0 | 1D | 2F | 13 | 18 | 33 | 3E |
| Octal | 317 | 224 | 155 | 0 | 35 | 57 | 23 | 30 | 63 | 76 |
| Binary | 11001111 | 10010100 | 1101101 | 0 | 11101 | 101111 | 10011 | 11000 | 110011 | 111110 |
Color Harmonies of #CF946D
Complementary color
Monochromatic Colors of #CF946D
Black with #CF946D
Text Example
Text Example
White with #CF946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF946D; }
p { color: rgb(207,148,109); }
H1.HeaderClassName
{
color: #CF946D;
}
.AnyTagClassName
{
color: #CF946D;
}
</style>
background-color css
<style>
a { background-color: #CF946D; }
a { background-color: rgb(207,148,109); }
div.DivClassName
{
background-color: #CF946D;
}
.BgClassName
{
background-color: #CF946D;
}
</style>
border-color css
<style>
span { border-color: #CF946D; }
span { border-color: rgb(207,148,109); }
td.TdClassName
{
border-color: #CF946D;
}
.TagClassName
{
border-color: #CF946D;
}
</style>