Shades of Feldspar #C8977A
Tints of Feldspar #C8977A
RGB
CMYK
RGB Variations
Color information
#C8977A (or 0xC8977A) is known color: Feldspar. HEX triplet: C8, 97 and 7A. RGB value is (200,151,122). Sum of RGB (Red+Green+Blue) = 200+151+122=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8977A is #376885. Grayscale: #A2A2A2. Windows color (decimal): -3631238 or 8034248. OLE color: 8034248.
HSL color Cylindrical-coordinate representation of color #C8977A: 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 #C8977A is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 122 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.22 |
| HSL | 22.31º | 0.41% | 0.63% | - |
| HSV(B) | 22.31º | 0.39% | 0.78% | - |
| XYZ | 38.4 | 35.82 | 23.3 | - |
| YUV | 162.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 122 | 0 | 0.24 | 0.39 | 0.22 | 22.31 | 0.41 | 0.63 |
| Hex | C8 | 97 | 7A | 0 | 18 | 27 | 16 | 16 | 29 | 3F |
| Octal | 310 | 227 | 172 | 0 | 30 | 47 | 26 | 26 | 51 | 77 |
| Binary | 11001000 | 10010111 | 1111010 | 0 | 11000 | 100111 | 10110 | 10110 | 101001 | 111111 |
Color Harmonies of #C8977A
Complementary color
Monochromatic Colors of #C8977A
Black with #C8977A
Text Example
Text Example
White with #C8977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8977A; }
p { color: rgb(200,151,122); }
H1.HeaderClassName
{
color: #C8977A;
}
.AnyTagClassName
{
color: #C8977A;
}
</style>
background-color css
<style>
a { background-color: #C8977A; }
a { background-color: rgb(200,151,122); }
div.DivClassName
{
background-color: #C8977A;
}
.BgClassName
{
background-color: #C8977A;
}
</style>
border-color css
<style>
span { border-color: #C8977A; }
span { border-color: rgb(200,151,122); }
td.TdClassName
{
border-color: #C8977A;
}
.TagClassName
{
border-color: #C8977A;
}
</style>