Shades of Feldspar #CF8F7A
Tints of Feldspar #CF8F7A
RGB
CMYK
RGB Variations
Color information
#CF8F7A (or 0xCF8F7A) is known color: Feldspar. HEX triplet: CF, 8F and 7A. RGB value is (207,143,122). Sum of RGB (Red+Green+Blue) = 207+143+122=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F7A is #307085. Grayscale: #9F9F9F. Windows color (decimal): -3174534 or 8032207. OLE color: 8032207.
HSL color Cylindrical-coordinate representation of color #CF8F7A: hue angle of 14.82º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8F7A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 122 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.19 |
| HSL | 14.82º | 0.47% | 0.65% | - |
| HSV(B) | 14.82º | 0.41% | 0.81% | - |
| XYZ | 39.07 | 34.32 | 22.98 | - |
| YUV | 159.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 122 | 0 | 0.31 | 0.41 | 0.19 | 14.82 | 0.47 | 0.65 |
| Hex | CF | 8F | 7A | 0 | 1F | 29 | 13 | F | 2F | 41 |
| Octal | 317 | 217 | 172 | 0 | 37 | 51 | 23 | 17 | 57 | 101 |
| Binary | 11001111 | 10001111 | 1111010 | 0 | 11111 | 101001 | 10011 | 1111 | 101111 | 1000001 |
Color Harmonies of #CF8F7A
Complementary color
Monochromatic Colors of #CF8F7A
Black with #CF8F7A
Text Example
Text Example
White with #CF8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F7A; }
p { color: rgb(207,143,122); }
H1.HeaderClassName
{
color: #CF8F7A;
}
.AnyTagClassName
{
color: #CF8F7A;
}
</style>
background-color css
<style>
a { background-color: #CF8F7A; }
a { background-color: rgb(207,143,122); }
div.DivClassName
{
background-color: #CF8F7A;
}
.BgClassName
{
background-color: #CF8F7A;
}
</style>
border-color css
<style>
span { border-color: #CF8F7A; }
span { border-color: rgb(207,143,122); }
td.TdClassName
{
border-color: #CF8F7A;
}
.TagClassName
{
border-color: #CF8F7A;
}
</style>