Shades of Feldspar #CF956D
Tints of Feldspar #CF956D
RGB
CMYK
RGB Variations
Color information
#CF956D (or 0xCF956D) is known color: Feldspar. HEX triplet: CF, 95 and 6D. RGB value is (207,149,109). Sum of RGB (Red+Green+Blue) = 207+149+109=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF956D is #306A92. Grayscale: #A2A2A2. Windows color (decimal): -3173011 or 7181775. OLE color: 7181775.
HSL color Cylindrical-coordinate representation of color #CF956D: hue angle of 24.49º 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 #CF956D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 109 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.19 |
| HSL | 24.49º | 0.51% | 0.62% | - |
| HSV(B) | 24.49º | 0.47% | 0.81% | - |
| XYZ | 39.24 | 35.86 | 19.32 | - |
| YUV | 161.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 109 | 0 | 0.28 | 0.47 | 0.19 | 24.49 | 0.51 | 0.62 |
| Hex | CF | 95 | 6D | 0 | 1C | 2F | 13 | 18 | 33 | 3E |
| Octal | 317 | 225 | 155 | 0 | 34 | 57 | 23 | 30 | 63 | 76 |
| Binary | 11001111 | 10010101 | 1101101 | 0 | 11100 | 101111 | 10011 | 11000 | 110011 | 111110 |
Color Harmonies of #CF956D
Complementary color
Monochromatic Colors of #CF956D
Black with #CF956D
Text Example
Text Example
White with #CF956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF956D; }
p { color: rgb(207,149,109); }
H1.HeaderClassName
{
color: #CF956D;
}
.AnyTagClassName
{
color: #CF956D;
}
</style>
background-color css
<style>
a { background-color: #CF956D; }
a { background-color: rgb(207,149,109); }
div.DivClassName
{
background-color: #CF956D;
}
.BgClassName
{
background-color: #CF956D;
}
</style>
border-color css
<style>
span { border-color: #CF956D; }
span { border-color: rgb(207,149,109); }
td.TdClassName
{
border-color: #CF956D;
}
.TagClassName
{
border-color: #CF956D;
}
</style>