Shades of Feldspar #CF9C75
Tints of Feldspar #CF9C75
RGB
CMYK
RGB Variations
Color information
#CF9C75 (or 0xCF9C75) is known color: Feldspar. HEX triplet: CF, 9C and 75. RGB value is (207,156,117). Sum of RGB (Red+Green+Blue) = 207+156+117=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C75 is #30638A. Grayscale: #A7A7A7. Windows color (decimal): -3171211 or 7707855. OLE color: 7707855.
HSL color Cylindrical-coordinate representation of color #CF9C75: hue angle of 26º 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 #CF9C75 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 117 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.19 |
| HSL | 26º | 0.48% | 0.64% | - |
| HSV(B) | 26º | 0.43% | 0.81% | - |
| XYZ | 40.83 | 38.33 | 22.08 | - |
| YUV | 166.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 117 | 0 | 0.25 | 0.43 | 0.19 | 26 | 0.48 | 0.64 |
| Hex | CF | 9C | 75 | 0 | 19 | 2B | 13 | 1A | 30 | 40 |
| Octal | 317 | 234 | 165 | 0 | 31 | 53 | 23 | 32 | 60 | 100 |
| Binary | 11001111 | 10011100 | 1110101 | 0 | 11001 | 101011 | 10011 | 11010 | 110000 | 1000000 |
Color Harmonies of #CF9C75
Complementary color
Monochromatic Colors of #CF9C75
Black with #CF9C75
Text Example
Text Example
White with #CF9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C75; }
p { color: rgb(207,156,117); }
H1.HeaderClassName
{
color: #CF9C75;
}
.AnyTagClassName
{
color: #CF9C75;
}
</style>
background-color css
<style>
a { background-color: #CF9C75; }
a { background-color: rgb(207,156,117); }
div.DivClassName
{
background-color: #CF9C75;
}
.BgClassName
{
background-color: #CF9C75;
}
</style>
border-color css
<style>
span { border-color: #CF9C75; }
span { border-color: rgb(207,156,117); }
td.TdClassName
{
border-color: #CF9C75;
}
.TagClassName
{
border-color: #CF9C75;
}
</style>