Shades of Feldspar #C89073
Tints of Feldspar #C89073
RGB
CMYK
RGB Variations
Color information
#C89073 (or 0xC89073) is known color: Feldspar. HEX triplet: C8, 90 and 73. RGB value is (200,144,115). Sum of RGB (Red+Green+Blue) = 200+144+115=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C89073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89073 is #376F8C. Grayscale: #9D9D9D. Windows color (decimal): -3633037 or 7573704. OLE color: 7573704.
HSL color Cylindrical-coordinate representation of color #C89073: hue angle of 20.47º 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 #C89073 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 115 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.22 |
| HSL | 20.47º | 0.44% | 0.62% | - |
| HSV(B) | 20.47º | 0.43% | 0.78% | - |
| XYZ | 36.89 | 33.46 | 20.73 | - |
| YUV | 157.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 115 | 0 | 0.28 | 0.42 | 0.22 | 20.47 | 0.44 | 0.62 |
| Hex | C8 | 90 | 73 | 0 | 1C | 2A | 16 | 14 | 2C | 3E |
| Octal | 310 | 220 | 163 | 0 | 34 | 52 | 26 | 24 | 54 | 76 |
| Binary | 11001000 | 10010000 | 1110011 | 0 | 11100 | 101010 | 10110 | 10100 | 101100 | 111110 |
Color Harmonies of #C89073
Complementary color
Monochromatic Colors of #C89073
Black with #C89073
Text Example
Text Example
White with #C89073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89073; }
p { color: rgb(200,144,115); }
H1.HeaderClassName
{
color: #C89073;
}
.AnyTagClassName
{
color: #C89073;
}
</style>
background-color css
<style>
a { background-color: #C89073; }
a { background-color: rgb(200,144,115); }
div.DivClassName
{
background-color: #C89073;
}
.BgClassName
{
background-color: #C89073;
}
</style>
border-color css
<style>
span { border-color: #C89073; }
span { border-color: rgb(200,144,115); }
td.TdClassName
{
border-color: #C89073;
}
.TagClassName
{
border-color: #C89073;
}
</style>