Shades of Feldspar #C89579
Tints of Feldspar #C89579
RGB
CMYK
RGB Variations
Color information
#C89579 (or 0xC89579) is known color: Feldspar. HEX triplet: C8, 95 and 79. RGB value is (200,149,121). Sum of RGB (Red+Green+Blue) = 200+149+121=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C89579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89579 is #376A86. Grayscale: #A1A1A1. Windows color (decimal): -3631751 or 7968200. OLE color: 7968200.
HSL color Cylindrical-coordinate representation of color #C89579: hue angle of 21.27º degrees, saturation: 0.42, 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 #C89579 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 121 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.22 |
| HSL | 21.27º | 0.42% | 0.63% | - |
| HSV(B) | 21.27º | 0.4% | 0.78% | - |
| XYZ | 38.02 | 35.15 | 22.87 | - |
| YUV | 161.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 121 | 0 | 0.26 | 0.39 | 0.22 | 21.27 | 0.42 | 0.63 |
| Hex | C8 | 95 | 79 | 0 | 1A | 27 | 16 | 15 | 2A | 3F |
| Octal | 310 | 225 | 171 | 0 | 32 | 47 | 26 | 25 | 52 | 77 |
| Binary | 11001000 | 10010101 | 1111001 | 0 | 11010 | 100111 | 10110 | 10101 | 101010 | 111111 |
Color Harmonies of #C89579
Complementary color
Monochromatic Colors of #C89579
Black with #C89579
Text Example
Text Example
White with #C89579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89579; }
p { color: rgb(200,149,121); }
H1.HeaderClassName
{
color: #C89579;
}
.AnyTagClassName
{
color: #C89579;
}
</style>
background-color css
<style>
a { background-color: #C89579; }
a { background-color: rgb(200,149,121); }
div.DivClassName
{
background-color: #C89579;
}
.BgClassName
{
background-color: #C89579;
}
</style>
border-color css
<style>
span { border-color: #C89579; }
span { border-color: rgb(200,149,121); }
td.TdClassName
{
border-color: #C89579;
}
.TagClassName
{
border-color: #C89579;
}
</style>