Shades of Feldspar #C89170
Tints of Feldspar #C89170
RGB
CMYK
RGB Variations
Color information
#C89170 (or 0xC89170) is known color: Feldspar. HEX triplet: C8, 91 and 70. RGB value is (200,145,112). Sum of RGB (Red+Green+Blue) = 200+145+112=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C89170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89170 is #376E8F. Grayscale: #9D9D9D. Windows color (decimal): -3632784 or 7377352. OLE color: 7377352.
HSL color Cylindrical-coordinate representation of color #C89170: hue angle of 22.5º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C89170 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 112 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.22 |
| HSL | 22.5º | 0.44% | 0.61% | - |
| HSV(B) | 22.5º | 0.44% | 0.78% | - |
| XYZ | 36.87 | 33.7 | 19.89 | - |
| YUV | 157.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 112 | 0 | 0.28 | 0.44 | 0.22 | 22.5 | 0.44 | 0.61 |
| Hex | C8 | 91 | 70 | 0 | 1C | 2C | 16 | 16 | 2C | 3D |
| Octal | 310 | 221 | 160 | 0 | 34 | 54 | 26 | 26 | 54 | 75 |
| Binary | 11001000 | 10010001 | 1110000 | 0 | 11100 | 101100 | 10110 | 10110 | 101100 | 111101 |
Color Harmonies of #C89170
Complementary color
Monochromatic Colors of #C89170
Black with #C89170
Text Example
Text Example
White with #C89170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89170; }
p { color: rgb(200,145,112); }
H1.HeaderClassName
{
color: #C89170;
}
.AnyTagClassName
{
color: #C89170;
}
</style>
background-color css
<style>
a { background-color: #C89170; }
a { background-color: rgb(200,145,112); }
div.DivClassName
{
background-color: #C89170;
}
.BgClassName
{
background-color: #C89170;
}
</style>
border-color css
<style>
span { border-color: #C89170; }
span { border-color: rgb(200,145,112); }
td.TdClassName
{
border-color: #C89170;
}
.TagClassName
{
border-color: #C89170;
}
</style>