Shades of Feldspar #CF8875
Tints of Feldspar #CF8875
RGB
CMYK
RGB Variations
Color information
#CF8875 (or 0xCF8875) is known color: Feldspar. HEX triplet: CF, 88 and 75. RGB value is (207,136,117). Sum of RGB (Red+Green+Blue) = 207+136+117=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8875 is #30778A. Grayscale: #9B9B9B. Windows color (decimal): -3176331 or 7702735. OLE color: 7702735.
HSL color Cylindrical-coordinate representation of color #CF8875: hue angle of 12.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8875 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 117 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.19 |
| HSL | 12.67º | 0.48% | 0.64% | - |
| HSV(B) | 12.67º | 0.43% | 0.81% | - |
| XYZ | 37.75 | 32.16 | 21.05 | - |
| YUV | 155.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 117 | 0 | 0.34 | 0.43 | 0.19 | 12.67 | 0.48 | 0.64 |
| Hex | CF | 88 | 75 | 0 | 22 | 2B | 13 | D | 30 | 40 |
| Octal | 317 | 210 | 165 | 0 | 42 | 53 | 23 | 15 | 60 | 100 |
| Binary | 11001111 | 10001000 | 1110101 | 0 | 100010 | 101011 | 10011 | 1101 | 110000 | 1000000 |
Color Harmonies of #CF8875
Complementary color
Monochromatic Colors of #CF8875
Black with #CF8875
Text Example
Text Example
White with #CF8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8875; }
p { color: rgb(207,136,117); }
H1.HeaderClassName
{
color: #CF8875;
}
.AnyTagClassName
{
color: #CF8875;
}
</style>
background-color css
<style>
a { background-color: #CF8875; }
a { background-color: rgb(207,136,117); }
div.DivClassName
{
background-color: #CF8875;
}
.BgClassName
{
background-color: #CF8875;
}
</style>
border-color css
<style>
span { border-color: #CF8875; }
span { border-color: rgb(207,136,117); }
td.TdClassName
{
border-color: #CF8875;
}
.TagClassName
{
border-color: #CF8875;
}
</style>