Shades of Feldspar #CF8973
Tints of Feldspar #CF8973
RGB
CMYK
RGB Variations
Color information
#CF8973 (or 0xCF8973) is known color: Feldspar. HEX triplet: CF, 89 and 73. RGB value is (207,137,115). Sum of RGB (Red+Green+Blue) = 207+137+115=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8973 is #30768C. Grayscale: #9B9B9B. Windows color (decimal): -3176077 or 7571919. OLE color: 7571919.
HSL color Cylindrical-coordinate representation of color #CF8973: hue angle of 14.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8973 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 115 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.19 |
| HSL | 14.35º | 0.49% | 0.63% | - |
| HSV(B) | 14.35º | 0.44% | 0.81% | - |
| XYZ | 37.77 | 32.39 | 20.48 | - |
| YUV | 155.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 115 | 0 | 0.34 | 0.44 | 0.19 | 14.35 | 0.49 | 0.63 |
| Hex | CF | 89 | 73 | 0 | 22 | 2C | 13 | E | 31 | 3F |
| Octal | 317 | 211 | 163 | 0 | 42 | 54 | 23 | 16 | 61 | 77 |
| Binary | 11001111 | 10001001 | 1110011 | 0 | 100010 | 101100 | 10011 | 1110 | 110001 | 111111 |
Color Harmonies of #CF8973
Complementary color
Monochromatic Colors of #CF8973
Black with #CF8973
Text Example
Text Example
White with #CF8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8973; }
p { color: rgb(207,137,115); }
H1.HeaderClassName
{
color: #CF8973;
}
.AnyTagClassName
{
color: #CF8973;
}
</style>
background-color css
<style>
a { background-color: #CF8973; }
a { background-color: rgb(207,137,115); }
div.DivClassName
{
background-color: #CF8973;
}
.BgClassName
{
background-color: #CF8973;
}
</style>
border-color css
<style>
span { border-color: #CF8973; }
span { border-color: rgb(207,137,115); }
td.TdClassName
{
border-color: #CF8973;
}
.TagClassName
{
border-color: #CF8973;
}
</style>