Shades of Feldspar #CF936F
Tints of Feldspar #CF936F
RGB
CMYK
RGB Variations
Color information
#CF936F (or 0xCF936F) is known color: Feldspar. HEX triplet: CF, 93 and 6F. RGB value is (207,147,111). Sum of RGB (Red+Green+Blue) = 207+147+111=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF936F is #306C90. Grayscale: #A1A1A1. Windows color (decimal): -3173521 or 7312335. OLE color: 7312335.
HSL color Cylindrical-coordinate representation of color #CF936F: hue angle of 22.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF936F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 111 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.19 |
| HSL | 22.5º | 0.5% | 0.62% | - |
| HSV(B) | 22.5º | 0.46% | 0.81% | - |
| XYZ | 39.04 | 35.28 | 19.79 | - |
| YUV | 160.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 111 | 0 | 0.29 | 0.46 | 0.19 | 22.5 | 0.5 | 0.62 |
| Hex | CF | 93 | 6F | 0 | 1D | 2E | 13 | 16 | 32 | 3E |
| Octal | 317 | 223 | 157 | 0 | 35 | 56 | 23 | 26 | 62 | 76 |
| Binary | 11001111 | 10010011 | 1101111 | 0 | 11101 | 101110 | 10011 | 10110 | 110010 | 111110 |
Color Harmonies of #CF936F
Complementary color
Monochromatic Colors of #CF936F
Black with #CF936F
Text Example
Text Example
White with #CF936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF936F; }
p { color: rgb(207,147,111); }
H1.HeaderClassName
{
color: #CF936F;
}
.AnyTagClassName
{
color: #CF936F;
}
</style>
background-color css
<style>
a { background-color: #CF936F; }
a { background-color: rgb(207,147,111); }
div.DivClassName
{
background-color: #CF936F;
}
.BgClassName
{
background-color: #CF936F;
}
</style>
border-color css
<style>
span { border-color: #CF936F; }
span { border-color: rgb(207,147,111); }
td.TdClassName
{
border-color: #CF936F;
}
.TagClassName
{
border-color: #CF936F;
}
</style>