Shades of Feldspar #C7967A
Tints of Feldspar #C7967A
RGB
CMYK
RGB Variations
Color information
#C7967A (or 0xC7967A) is known color: Feldspar. HEX triplet: C7, 96 and 7A. RGB value is (199,150,122). Sum of RGB (Red+Green+Blue) = 199+150+122=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7967A is #386985. Grayscale: #A1A1A1. Windows color (decimal): -3697030 or 8033991. OLE color: 8033991.
HSL color Cylindrical-coordinate representation of color #C7967A: hue angle of 21.82º 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 #C7967A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 122 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.22 |
| HSL | 21.82º | 0.41% | 0.63% | - |
| HSV(B) | 21.82º | 0.39% | 0.78% | - |
| XYZ | 37.97 | 35.36 | 23.24 | - |
| YUV | 161.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 122 | 0 | 0.25 | 0.39 | 0.22 | 21.82 | 0.41 | 0.63 |
| Hex | C7 | 96 | 7A | 0 | 19 | 27 | 16 | 16 | 29 | 3F |
| Octal | 307 | 226 | 172 | 0 | 31 | 47 | 26 | 26 | 51 | 77 |
| Binary | 11000111 | 10010110 | 1111010 | 0 | 11001 | 100111 | 10110 | 10110 | 101001 | 111111 |
Color Harmonies of #C7967A
Complementary color
Monochromatic Colors of #C7967A
Black with #C7967A
Text Example
Text Example
White with #C7967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7967A; }
p { color: rgb(199,150,122); }
H1.HeaderClassName
{
color: #C7967A;
}
.AnyTagClassName
{
color: #C7967A;
}
</style>
background-color css
<style>
a { background-color: #C7967A; }
a { background-color: rgb(199,150,122); }
div.DivClassName
{
background-color: #C7967A;
}
.BgClassName
{
background-color: #C7967A;
}
</style>
border-color css
<style>
span { border-color: #C7967A; }
span { border-color: rgb(199,150,122); }
td.TdClassName
{
border-color: #C7967A;
}
.TagClassName
{
border-color: #C7967A;
}
</style>