Shades of Feldspar #CF8874
Tints of Feldspar #CF8874
RGB
CMYK
RGB Variations
Color information
#CF8874 (or 0xCF8874) is known color: Feldspar. HEX triplet: CF, 88 and 74. RGB value is (207,136,116). Sum of RGB (Red+Green+Blue) = 207+136+116=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8874 is #30778B. Grayscale: #9B9B9B. Windows color (decimal): -3176332 or 7637199. OLE color: 7637199.
HSL color Cylindrical-coordinate representation of color #CF8874: hue angle of 13.19º 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 #CF8874 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 116 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.19 |
| HSL | 13.19º | 0.49% | 0.63% | - |
| HSV(B) | 13.19º | 0.44% | 0.81% | - |
| XYZ | 37.69 | 32.13 | 20.74 | - |
| YUV | 154.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 116 | 0 | 0.34 | 0.44 | 0.19 | 13.19 | 0.49 | 0.63 |
| Hex | CF | 88 | 74 | 0 | 22 | 2C | 13 | D | 31 | 3F |
| Octal | 317 | 210 | 164 | 0 | 42 | 54 | 23 | 15 | 61 | 77 |
| Binary | 11001111 | 10001000 | 1110100 | 0 | 100010 | 101100 | 10011 | 1101 | 110001 | 111111 |
Color Harmonies of #CF8874
Complementary color
Monochromatic Colors of #CF8874
Black with #CF8874
Text Example
Text Example
White with #CF8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8874; }
p { color: rgb(207,136,116); }
H1.HeaderClassName
{
color: #CF8874;
}
.AnyTagClassName
{
color: #CF8874;
}
</style>
background-color css
<style>
a { background-color: #CF8874; }
a { background-color: rgb(207,136,116); }
div.DivClassName
{
background-color: #CF8874;
}
.BgClassName
{
background-color: #CF8874;
}
</style>
border-color css
<style>
span { border-color: #CF8874; }
span { border-color: rgb(207,136,116); }
td.TdClassName
{
border-color: #CF8874;
}
.TagClassName
{
border-color: #CF8874;
}
</style>