Shades of Feldspar #C69079
Tints of Feldspar #C69079
RGB
CMYK
RGB Variations
Color information
#C69079 (or 0xC69079) is known color: Feldspar. HEX triplet: C6, 90 and 79. RGB value is (198,144,121). Sum of RGB (Red+Green+Blue) = 198+144+121=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C69079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69079 is #396F86. Grayscale: #9D9D9D. Windows color (decimal): -3764103 or 7966918. OLE color: 7966918.
HSL color Cylindrical-coordinate representation of color #C69079: hue angle of 17.92º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69079 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 121 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.22 |
| HSL | 17.92º | 0.4% | 0.63% | - |
| HSV(B) | 17.92º | 0.39% | 0.78% | - |
| XYZ | 36.71 | 33.33 | 22.59 | - |
| YUV | 157.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 121 | 0 | 0.27 | 0.39 | 0.22 | 17.92 | 0.4 | 0.63 |
| Hex | C6 | 90 | 79 | 0 | 1B | 27 | 16 | 12 | 28 | 3F |
| Octal | 306 | 220 | 171 | 0 | 33 | 47 | 26 | 22 | 50 | 77 |
| Binary | 11000110 | 10010000 | 1111001 | 0 | 11011 | 100111 | 10110 | 10010 | 101000 | 111111 |
Color Harmonies of #C69079
Complementary color
Monochromatic Colors of #C69079
Black with #C69079
Text Example
Text Example
White with #C69079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69079; }
p { color: rgb(198,144,121); }
H1.HeaderClassName
{
color: #C69079;
}
.AnyTagClassName
{
color: #C69079;
}
</style>
background-color css
<style>
a { background-color: #C69079; }
a { background-color: rgb(198,144,121); }
div.DivClassName
{
background-color: #C69079;
}
.BgClassName
{
background-color: #C69079;
}
</style>
border-color css
<style>
span { border-color: #C69079; }
span { border-color: rgb(198,144,121); }
td.TdClassName
{
border-color: #C69079;
}
.TagClassName
{
border-color: #C69079;
}
</style>