Shades of Feldspar #CF9973
Tints of Feldspar #CF9973
RGB
CMYK
RGB Variations
Color information
#CF9973 (or 0xCF9973) is known color: Feldspar. HEX triplet: CF, 99 and 73. RGB value is (207,153,115). Sum of RGB (Red+Green+Blue) = 207+153+115=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9973 is #30668C. Grayscale: #A5A5A5. Windows color (decimal): -3171981 or 7576015. OLE color: 7576015.
HSL color Cylindrical-coordinate representation of color #CF9973: hue angle of 24.78º 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 #CF9973 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 115 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.19 |
| HSL | 24.78º | 0.49% | 0.63% | - |
| HSV(B) | 24.78º | 0.44% | 0.81% | - |
| XYZ | 40.22 | 37.29 | 21.3 | - |
| YUV | 164.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 115 | 0 | 0.26 | 0.44 | 0.19 | 24.78 | 0.49 | 0.63 |
| Hex | CF | 99 | 73 | 0 | 1A | 2C | 13 | 19 | 31 | 3F |
| Octal | 317 | 231 | 163 | 0 | 32 | 54 | 23 | 31 | 61 | 77 |
| Binary | 11001111 | 10011001 | 1110011 | 0 | 11010 | 101100 | 10011 | 11001 | 110001 | 111111 |
Color Harmonies of #CF9973
Complementary color
Monochromatic Colors of #CF9973
Black with #CF9973
Text Example
Text Example
White with #CF9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9973; }
p { color: rgb(207,153,115); }
H1.HeaderClassName
{
color: #CF9973;
}
.AnyTagClassName
{
color: #CF9973;
}
</style>
background-color css
<style>
a { background-color: #CF9973; }
a { background-color: rgb(207,153,115); }
div.DivClassName
{
background-color: #CF9973;
}
.BgClassName
{
background-color: #CF9973;
}
</style>
border-color css
<style>
span { border-color: #CF9973; }
span { border-color: rgb(207,153,115); }
td.TdClassName
{
border-color: #CF9973;
}
.TagClassName
{
border-color: #CF9973;
}
</style>