Shades of Feldspar #CF9072
Tints of Feldspar #CF9072
RGB
CMYK
RGB Variations
Color information
#CF9072 (or 0xCF9072) is known color: Feldspar. HEX triplet: CF, 90 and 72. RGB value is (207,144,114). Sum of RGB (Red+Green+Blue) = 207+144+114=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9072 is #306F8D. Grayscale: #9F9F9F. Windows color (decimal): -3174286 or 7508175. OLE color: 7508175.
HSL color Cylindrical-coordinate representation of color #CF9072: hue angle of 19.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF9072 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 114 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.19 |
| HSL | 19.35º | 0.49% | 0.63% | - |
| HSV(B) | 19.35º | 0.45% | 0.81% | - |
| XYZ | 38.74 | 34.43 | 20.52 | - |
| YUV | 159.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 114 | 0 | 0.30 | 0.45 | 0.19 | 19.35 | 0.49 | 0.63 |
| Hex | CF | 90 | 72 | 0 | 1E | 2D | 13 | 13 | 31 | 3F |
| Octal | 317 | 220 | 162 | 0 | 36 | 55 | 23 | 23 | 61 | 77 |
| Binary | 11001111 | 10010000 | 1110010 | 0 | 11110 | 101101 | 10011 | 10011 | 110001 | 111111 |
Color Harmonies of #CF9072
Complementary color
Monochromatic Colors of #CF9072
Black with #CF9072
Text Example
Text Example
White with #CF9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9072; }
p { color: rgb(207,144,114); }
H1.HeaderClassName
{
color: #CF9072;
}
.AnyTagClassName
{
color: #CF9072;
}
</style>
background-color css
<style>
a { background-color: #CF9072; }
a { background-color: rgb(207,144,114); }
div.DivClassName
{
background-color: #CF9072;
}
.BgClassName
{
background-color: #CF9072;
}
</style>
border-color css
<style>
span { border-color: #CF9072; }
span { border-color: rgb(207,144,114); }
td.TdClassName
{
border-color: #CF9072;
}
.TagClassName
{
border-color: #CF9072;
}
</style>