Shades of Feldspar #C89071
Tints of Feldspar #C89071
RGB
CMYK
RGB Variations
Color information
#C89071 (or 0xC89071) is known color: Feldspar. HEX triplet: C8, 90 and 71. RGB value is (200,144,113). Sum of RGB (Red+Green+Blue) = 200+144+113=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C89071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89071 is #376F8E. Grayscale: #9D9D9D. Windows color (decimal): -3633039 or 7442632. OLE color: 7442632.
HSL color Cylindrical-coordinate representation of color #C89071: hue angle of 21.38º 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 #C89071 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 113 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.22 |
| HSL | 21.38º | 0.44% | 0.61% | - |
| HSV(B) | 21.38º | 0.44% | 0.78% | - |
| XYZ | 36.77 | 33.42 | 20.13 | - |
| YUV | 157.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 113 | 0 | 0.28 | 0.44 | 0.22 | 21.38 | 0.44 | 0.61 |
| Hex | C8 | 90 | 71 | 0 | 1C | 2C | 16 | 15 | 2C | 3D |
| Octal | 310 | 220 | 161 | 0 | 34 | 54 | 26 | 25 | 54 | 75 |
| Binary | 11001000 | 10010000 | 1110001 | 0 | 11100 | 101100 | 10110 | 10101 | 101100 | 111101 |
Color Harmonies of #C89071
Complementary color
Monochromatic Colors of #C89071
Black with #C89071
Text Example
Text Example
White with #C89071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89071; }
p { color: rgb(200,144,113); }
H1.HeaderClassName
{
color: #C89071;
}
.AnyTagClassName
{
color: #C89071;
}
</style>
background-color css
<style>
a { background-color: #C89071; }
a { background-color: rgb(200,144,113); }
div.DivClassName
{
background-color: #C89071;
}
.BgClassName
{
background-color: #C89071;
}
</style>
border-color css
<style>
span { border-color: #C89071; }
span { border-color: rgb(200,144,113); }
td.TdClassName
{
border-color: #C89071;
}
.TagClassName
{
border-color: #C89071;
}
</style>