Shades of Feldspar #CF906D
Tints of Feldspar #CF906D
RGB
CMYK
RGB Variations
Color information
#CF906D (or 0xCF906D) is known color: Feldspar. HEX triplet: CF, 90 and 6D. RGB value is (207,144,109). Sum of RGB (Red+Green+Blue) = 207+144+109=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF906D is #306F92. Grayscale: #9F9F9F. Windows color (decimal): -3174291 or 7180495. OLE color: 7180495.
HSL color Cylindrical-coordinate representation of color #CF906D: hue angle of 21.43º 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 #CF906D is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 109 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.19 |
| HSL | 21.43º | 0.51% | 0.62% | - |
| HSV(B) | 21.43º | 0.47% | 0.81% | - |
| XYZ | 38.47 | 34.32 | 19.06 | - |
| YUV | 158.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 109 | 0 | 0.30 | 0.47 | 0.19 | 21.43 | 0.51 | 0.62 |
| Hex | CF | 90 | 6D | 0 | 1E | 2F | 13 | 15 | 33 | 3E |
| Octal | 317 | 220 | 155 | 0 | 36 | 57 | 23 | 25 | 63 | 76 |
| Binary | 11001111 | 10010000 | 1101101 | 0 | 11110 | 101111 | 10011 | 10101 | 110011 | 111110 |
Color Harmonies of #CF906D
Complementary color
Monochromatic Colors of #CF906D
Black with #CF906D
Text Example
Text Example
White with #CF906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF906D; }
p { color: rgb(207,144,109); }
H1.HeaderClassName
{
color: #CF906D;
}
.AnyTagClassName
{
color: #CF906D;
}
</style>
background-color css
<style>
a { background-color: #CF906D; }
a { background-color: rgb(207,144,109); }
div.DivClassName
{
background-color: #CF906D;
}
.BgClassName
{
background-color: #CF906D;
}
</style>
border-color css
<style>
span { border-color: #CF906D; }
span { border-color: rgb(207,144,109); }
td.TdClassName
{
border-color: #CF906D;
}
.TagClassName
{
border-color: #CF906D;
}
</style>