Shades of Feldspar #C79679
Tints of Feldspar #C79679
RGB
CMYK
RGB Variations
Color information
#C79679 (or 0xC79679) is known color: Feldspar. HEX triplet: C7, 96 and 79. RGB value is (199,150,121). Sum of RGB (Red+Green+Blue) = 199+150+121=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C79679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79679 is #386986. Grayscale: #A1A1A1. Windows color (decimal): -3697031 or 7968455. OLE color: 7968455.
HSL color Cylindrical-coordinate representation of color #C79679: hue angle of 22.31º degrees, saturation: 0.41, 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 #C79679 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 121 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.22 |
| HSL | 22.31º | 0.41% | 0.63% | - |
| HSV(B) | 22.31º | 0.39% | 0.78% | - |
| XYZ | 37.91 | 35.34 | 22.91 | - |
| YUV | 161.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 121 | 0 | 0.25 | 0.39 | 0.22 | 22.31 | 0.41 | 0.63 |
| Hex | C7 | 96 | 79 | 0 | 19 | 27 | 16 | 16 | 29 | 3F |
| Octal | 307 | 226 | 171 | 0 | 31 | 47 | 26 | 26 | 51 | 77 |
| Binary | 11000111 | 10010110 | 1111001 | 0 | 11001 | 100111 | 10110 | 10110 | 101001 | 111111 |
Color Harmonies of #C79679
Complementary color
Monochromatic Colors of #C79679
Black with #C79679
Text Example
Text Example
White with #C79679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79679; }
p { color: rgb(199,150,121); }
H1.HeaderClassName
{
color: #C79679;
}
.AnyTagClassName
{
color: #C79679;
}
</style>
background-color css
<style>
a { background-color: #C79679; }
a { background-color: rgb(199,150,121); }
div.DivClassName
{
background-color: #C79679;
}
.BgClassName
{
background-color: #C79679;
}
</style>
border-color css
<style>
span { border-color: #C79679; }
span { border-color: rgb(199,150,121); }
td.TdClassName
{
border-color: #C79679;
}
.TagClassName
{
border-color: #C79679;
}
</style>