Shades of Feldspar #C89178
Tints of Feldspar #C89178
RGB
CMYK
RGB Variations
Color information
#C89178 (or 0xC89178) is known color: Feldspar. HEX triplet: C8, 91 and 78. RGB value is (200,145,120). Sum of RGB (Red+Green+Blue) = 200+145+120=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89178 is #376E87. Grayscale: #9E9E9E. Windows color (decimal): -3632776 or 7901640. OLE color: 7901640.
HSL color Cylindrical-coordinate representation of color #C89178: hue angle of 18.75º 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 #C89178 is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 120 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.22 |
| HSL | 18.75º | 0.42% | 0.63% | - |
| HSV(B) | 18.75º | 0.4% | 0.78% | - |
| XYZ | 37.33 | 33.89 | 22.34 | - |
| YUV | 158.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 120 | 0 | 0.28 | 0.4 | 0.22 | 18.75 | 0.42 | 0.63 |
| Hex | C8 | 91 | 78 | 0 | 1C | 28 | 16 | 13 | 2A | 3F |
| Octal | 310 | 221 | 170 | 0 | 34 | 50 | 26 | 23 | 52 | 77 |
| Binary | 11001000 | 10010001 | 1111000 | 0 | 11100 | 101000 | 10110 | 10011 | 101010 | 111111 |
Color Harmonies of #C89178
Complementary color
Monochromatic Colors of #C89178
Black with #C89178
Text Example
Text Example
White with #C89178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89178; }
p { color: rgb(200,145,120); }
H1.HeaderClassName
{
color: #C89178;
}
.AnyTagClassName
{
color: #C89178;
}
</style>
background-color css
<style>
a { background-color: #C89178; }
a { background-color: rgb(200,145,120); }
div.DivClassName
{
background-color: #C89178;
}
.BgClassName
{
background-color: #C89178;
}
</style>
border-color css
<style>
span { border-color: #C89178; }
span { border-color: rgb(200,145,120); }
td.TdClassName
{
border-color: #C89178;
}
.TagClassName
{
border-color: #C89178;
}
</style>