Shades of Feldspar #C79074
Tints of Feldspar #C79074
RGB
CMYK
RGB Variations
Color information
#C79074 (or 0xC79074) is known color: Feldspar. HEX triplet: C7, 90 and 74. RGB value is (199,144,116). Sum of RGB (Red+Green+Blue) = 199+144+116=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C79074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79074 is #386F8B. Grayscale: #9D9D9D. Windows color (decimal): -3698572 or 7639239. OLE color: 7639239.
HSL color Cylindrical-coordinate representation of color #C79074: hue angle of 20.24º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C79074 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 116 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.22 |
| HSL | 20.24º | 0.43% | 0.62% | - |
| HSV(B) | 20.24º | 0.42% | 0.78% | - |
| XYZ | 36.68 | 33.35 | 21.03 | - |
| YUV | 157.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 116 | 0 | 0.28 | 0.42 | 0.22 | 20.24 | 0.43 | 0.62 |
| Hex | C7 | 90 | 74 | 0 | 1C | 2A | 16 | 14 | 2B | 3E |
| Octal | 307 | 220 | 164 | 0 | 34 | 52 | 26 | 24 | 53 | 76 |
| Binary | 11000111 | 10010000 | 1110100 | 0 | 11100 | 101010 | 10110 | 10100 | 101011 | 111110 |
Color Harmonies of #C79074
Complementary color
Monochromatic Colors of #C79074
Black with #C79074
Text Example
Text Example
White with #C79074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79074; }
p { color: rgb(199,144,116); }
H1.HeaderClassName
{
color: #C79074;
}
.AnyTagClassName
{
color: #C79074;
}
</style>
background-color css
<style>
a { background-color: #C79074; }
a { background-color: rgb(199,144,116); }
div.DivClassName
{
background-color: #C79074;
}
.BgClassName
{
background-color: #C79074;
}
</style>
border-color css
<style>
span { border-color: #C79074; }
span { border-color: rgb(199,144,116); }
td.TdClassName
{
border-color: #C79074;
}
.TagClassName
{
border-color: #C79074;
}
</style>