Shades of Feldspar #C89577
Tints of Feldspar #C89577
RGB
CMYK
RGB Variations
Color information
#C89577 (or 0xC89577) is known color: Feldspar. HEX triplet: C8, 95 and 77. RGB value is (200,149,119). Sum of RGB (Red+Green+Blue) = 200+149+119=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C89577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89577 is #376A88. Grayscale: #A1A1A1. Windows color (decimal): -3631753 or 7837128. OLE color: 7837128.
HSL color Cylindrical-coordinate representation of color #C89577: hue angle of 22.22º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C89577 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 119 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.22 |
| HSL | 22.22º | 0.42% | 0.63% | - |
| HSV(B) | 22.22º | 0.41% | 0.78% | - |
| XYZ | 37.9 | 35.11 | 22.23 | - |
| YUV | 160.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 119 | 0 | 0.26 | 0.40 | 0.22 | 22.22 | 0.42 | 0.63 |
| Hex | C8 | 95 | 77 | 0 | 1A | 28 | 16 | 16 | 2A | 3F |
| Octal | 310 | 225 | 167 | 0 | 32 | 50 | 26 | 26 | 52 | 77 |
| Binary | 11001000 | 10010101 | 1110111 | 0 | 11010 | 101000 | 10110 | 10110 | 101010 | 111111 |
Color Harmonies of #C89577
Complementary color
Monochromatic Colors of #C89577
Black with #C89577
Text Example
Text Example
White with #C89577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89577; }
p { color: rgb(200,149,119); }
H1.HeaderClassName
{
color: #C89577;
}
.AnyTagClassName
{
color: #C89577;
}
</style>
background-color css
<style>
a { background-color: #C89577; }
a { background-color: rgb(200,149,119); }
div.DivClassName
{
background-color: #C89577;
}
.BgClassName
{
background-color: #C89577;
}
</style>
border-color css
<style>
span { border-color: #C89577; }
span { border-color: rgb(200,149,119); }
td.TdClassName
{
border-color: #C89577;
}
.TagClassName
{
border-color: #C89577;
}
</style>