Shades of Feldspar #CF8873
Tints of Feldspar #CF8873
RGB
CMYK
RGB Variations
Color information
#CF8873 (or 0xCF8873) is known color: Feldspar. HEX triplet: CF, 88 and 73. RGB value is (207,136,115). Sum of RGB (Red+Green+Blue) = 207+136+115=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8873 is #30778C. Grayscale: #9A9A9A. Windows color (decimal): -3176333 or 7571663. OLE color: 7571663.
HSL color Cylindrical-coordinate representation of color #CF8873: hue angle of 13.7º 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 #CF8873 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 115 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.19 |
| HSL | 13.7º | 0.49% | 0.63% | - |
| HSV(B) | 13.7º | 0.44% | 0.81% | - |
| XYZ | 37.63 | 32.11 | 20.43 | - |
| YUV | 154.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 115 | 0 | 0.34 | 0.44 | 0.19 | 13.7 | 0.49 | 0.63 |
| Hex | CF | 88 | 73 | 0 | 22 | 2C | 13 | E | 31 | 3F |
| Octal | 317 | 210 | 163 | 0 | 42 | 54 | 23 | 16 | 61 | 77 |
| Binary | 11001111 | 10001000 | 1110011 | 0 | 100010 | 101100 | 10011 | 1110 | 110001 | 111111 |
Color Harmonies of #CF8873
Complementary color
Monochromatic Colors of #CF8873
Black with #CF8873
Text Example
Text Example
White with #CF8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8873; }
p { color: rgb(207,136,115); }
H1.HeaderClassName
{
color: #CF8873;
}
.AnyTagClassName
{
color: #CF8873;
}
</style>
background-color css
<style>
a { background-color: #CF8873; }
a { background-color: rgb(207,136,115); }
div.DivClassName
{
background-color: #CF8873;
}
.BgClassName
{
background-color: #CF8873;
}
</style>
border-color css
<style>
span { border-color: #CF8873; }
span { border-color: rgb(207,136,115); }
td.TdClassName
{
border-color: #CF8873;
}
.TagClassName
{
border-color: #CF8873;
}
</style>