Shades of Feldspar #C89172
Tints of Feldspar #C89172
RGB
CMYK
RGB Variations
Color information
#C89172 (or 0xC89172) is known color: Feldspar. HEX triplet: C8, 91 and 72. RGB value is (200,145,114). Sum of RGB (Red+Green+Blue) = 200+145+114=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C89172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89172 is #376E8D. Grayscale: #9E9E9E. Windows color (decimal): -3632782 or 7508424. OLE color: 7508424.
HSL color Cylindrical-coordinate representation of color #C89172: hue angle of 21.63º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C89172 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 114 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.22 |
| HSL | 21.63º | 0.44% | 0.62% | - |
| HSV(B) | 21.63º | 0.43% | 0.78% | - |
| XYZ | 36.98 | 33.75 | 20.48 | - |
| YUV | 157.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 114 | 0 | 0.28 | 0.43 | 0.22 | 21.63 | 0.44 | 0.62 |
| Hex | C8 | 91 | 72 | 0 | 1C | 2B | 16 | 16 | 2C | 3E |
| Octal | 310 | 221 | 162 | 0 | 34 | 53 | 26 | 26 | 54 | 76 |
| Binary | 11001000 | 10010001 | 1110010 | 0 | 11100 | 101011 | 10110 | 10110 | 101100 | 111110 |
Color Harmonies of #C89172
Complementary color
Monochromatic Colors of #C89172
Black with #C89172
Text Example
Text Example
White with #C89172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89172; }
p { color: rgb(200,145,114); }
H1.HeaderClassName
{
color: #C89172;
}
.AnyTagClassName
{
color: #C89172;
}
</style>
background-color css
<style>
a { background-color: #C89172; }
a { background-color: rgb(200,145,114); }
div.DivClassName
{
background-color: #C89172;
}
.BgClassName
{
background-color: #C89172;
}
</style>
border-color css
<style>
span { border-color: #C89172; }
span { border-color: rgb(200,145,114); }
td.TdClassName
{
border-color: #C89172;
}
.TagClassName
{
border-color: #C89172;
}
</style>