Shades of Feldspar #CF8F6C
Tints of Feldspar #CF8F6C
RGB
CMYK
RGB Variations
Color information
#CF8F6C (or 0xCF8F6C) is known color: Feldspar. HEX triplet: CF, 8F and 6C. RGB value is (207,143,108). Sum of RGB (Red+Green+Blue) = 207+143+108=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F6C is #307093. Grayscale: #9E9E9E. Windows color (decimal): -3174548 or 7114703. OLE color: 7114703.
HSL color Cylindrical-coordinate representation of color #CF8F6C: hue angle of 21.21º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF8F6C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 108 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.19 |
| HSL | 21.21º | 0.51% | 0.62% | - |
| HSV(B) | 21.21º | 0.48% | 0.81% | - |
| XYZ | 38.26 | 33.99 | 18.73 | - |
| YUV | 158.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 108 | 0 | 0.31 | 0.48 | 0.19 | 21.21 | 0.51 | 0.62 |
| Hex | CF | 8F | 6C | 0 | 1F | 30 | 13 | 15 | 33 | 3E |
| Octal | 317 | 217 | 154 | 0 | 37 | 60 | 23 | 25 | 63 | 76 |
| Binary | 11001111 | 10001111 | 1101100 | 0 | 11111 | 110000 | 10011 | 10101 | 110011 | 111110 |
Color Harmonies of #CF8F6C
Complementary color
Monochromatic Colors of #CF8F6C
Black with #CF8F6C
Text Example
Text Example
White with #CF8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F6C; }
p { color: rgb(207,143,108); }
H1.HeaderClassName
{
color: #CF8F6C;
}
.AnyTagClassName
{
color: #CF8F6C;
}
</style>
background-color css
<style>
a { background-color: #CF8F6C; }
a { background-color: rgb(207,143,108); }
div.DivClassName
{
background-color: #CF8F6C;
}
.BgClassName
{
background-color: #CF8F6C;
}
</style>
border-color css
<style>
span { border-color: #CF8F6C; }
span { border-color: rgb(207,143,108); }
td.TdClassName
{
border-color: #CF8F6C;
}
.TagClassName
{
border-color: #CF8F6C;
}
</style>