Shades of Feldspar #CF9A78
Tints of Feldspar #CF9A78
RGB
CMYK
RGB Variations
Color information
#CF9A78 (or 0xCF9A78) is known color: Feldspar. HEX triplet: CF, 9A and 78. RGB value is (207,154,120). Sum of RGB (Red+Green+Blue) = 207+154+120=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A78 is #306587. Grayscale: #A6A6A6. Windows color (decimal): -3171720 or 7903951. OLE color: 7903951.
HSL color Cylindrical-coordinate representation of color #CF9A78: hue angle of 23.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF9A78 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 120 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.19 |
| HSL | 23.45º | 0.48% | 0.64% | - |
| HSV(B) | 23.45º | 0.42% | 0.81% | - |
| XYZ | 40.68 | 37.73 | 22.91 | - |
| YUV | 165.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 120 | 0 | 0.26 | 0.42 | 0.19 | 23.45 | 0.48 | 0.64 |
| Hex | CF | 9A | 78 | 0 | 1A | 2A | 13 | 17 | 30 | 40 |
| Octal | 317 | 232 | 170 | 0 | 32 | 52 | 23 | 27 | 60 | 100 |
| Binary | 11001111 | 10011010 | 1111000 | 0 | 11010 | 101010 | 10011 | 10111 | 110000 | 1000000 |
Color Harmonies of #CF9A78
Complementary color
Monochromatic Colors of #CF9A78
Black with #CF9A78
Text Example
Text Example
White with #CF9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A78; }
p { color: rgb(207,154,120); }
H1.HeaderClassName
{
color: #CF9A78;
}
.AnyTagClassName
{
color: #CF9A78;
}
</style>
background-color css
<style>
a { background-color: #CF9A78; }
a { background-color: rgb(207,154,120); }
div.DivClassName
{
background-color: #CF9A78;
}
.BgClassName
{
background-color: #CF9A78;
}
</style>
border-color css
<style>
span { border-color: #CF9A78; }
span { border-color: rgb(207,154,120); }
td.TdClassName
{
border-color: #CF9A78;
}
.TagClassName
{
border-color: #CF9A78;
}
</style>