Shades of Feldspar #CF8F7B
Tints of Feldspar #CF8F7B
RGB
CMYK
RGB Variations
Color information
#CF8F7B (or 0xCF8F7B) is known color: Feldspar. HEX triplet: CF, 8F and 7B. RGB value is (207,143,123). Sum of RGB (Red+Green+Blue) = 207+143+123=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F7B is #307084. Grayscale: #9F9F9F. Windows color (decimal): -3174533 or 8097743. OLE color: 8097743.
HSL color Cylindrical-coordinate representation of color #CF8F7B: hue angle of 14.29º 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 #CF8F7B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 123 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.19 |
| HSL | 14.29º | 0.47% | 0.65% | - |
| HSV(B) | 14.29º | 0.41% | 0.81% | - |
| XYZ | 39.13 | 34.34 | 23.3 | - |
| YUV | 159.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 123 | 0 | 0.31 | 0.41 | 0.19 | 14.29 | 0.47 | 0.65 |
| Hex | CF | 8F | 7B | 0 | 1F | 29 | 13 | E | 2F | 41 |
| Octal | 317 | 217 | 173 | 0 | 37 | 51 | 23 | 16 | 57 | 101 |
| Binary | 11001111 | 10001111 | 1111011 | 0 | 11111 | 101001 | 10011 | 1110 | 101111 | 1000001 |
Color Harmonies of #CF8F7B
Complementary color
Monochromatic Colors of #CF8F7B
Black with #CF8F7B
Text Example
Text Example
White with #CF8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F7B; }
p { color: rgb(207,143,123); }
H1.HeaderClassName
{
color: #CF8F7B;
}
.AnyTagClassName
{
color: #CF8F7B;
}
</style>
background-color css
<style>
a { background-color: #CF8F7B; }
a { background-color: rgb(207,143,123); }
div.DivClassName
{
background-color: #CF8F7B;
}
.BgClassName
{
background-color: #CF8F7B;
}
</style>
border-color css
<style>
span { border-color: #CF8F7B; }
span { border-color: rgb(207,143,123); }
td.TdClassName
{
border-color: #CF8F7B;
}
.TagClassName
{
border-color: #CF8F7B;
}
</style>