Shades of Feldspar #C89773
Tints of Feldspar #C89773
RGB
CMYK
RGB Variations
Color information
#C89773 (or 0xC89773) is known color: Feldspar. HEX triplet: C8, 97 and 73. RGB value is (200,151,115). Sum of RGB (Red+Green+Blue) = 200+151+115=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C89773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89773 is #37688C. Grayscale: #A1A1A1. Windows color (decimal): -3631245 or 7575496. OLE color: 7575496.
HSL color Cylindrical-coordinate representation of color #C89773: hue angle of 25.41º 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 #C89773 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 115 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.22 |
| HSL | 25.41º | 0.44% | 0.62% | - |
| HSV(B) | 25.41º | 0.43% | 0.78% | - |
| XYZ | 37.98 | 35.65 | 21.1 | - |
| YUV | 161.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 115 | 0 | 0.24 | 0.42 | 0.22 | 25.41 | 0.44 | 0.62 |
| Hex | C8 | 97 | 73 | 0 | 18 | 2A | 16 | 19 | 2C | 3E |
| Octal | 310 | 227 | 163 | 0 | 30 | 52 | 26 | 31 | 54 | 76 |
| Binary | 11001000 | 10010111 | 1110011 | 0 | 11000 | 101010 | 10110 | 11001 | 101100 | 111110 |
Color Harmonies of #C89773
Complementary color
Monochromatic Colors of #C89773
Black with #C89773
Text Example
Text Example
White with #C89773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89773; }
p { color: rgb(200,151,115); }
H1.HeaderClassName
{
color: #C89773;
}
.AnyTagClassName
{
color: #C89773;
}
</style>
background-color css
<style>
a { background-color: #C89773; }
a { background-color: rgb(200,151,115); }
div.DivClassName
{
background-color: #C89773;
}
.BgClassName
{
background-color: #C89773;
}
</style>
border-color css
<style>
span { border-color: #C89773; }
span { border-color: rgb(200,151,115); }
td.TdClassName
{
border-color: #C89773;
}
.TagClassName
{
border-color: #C89773;
}
</style>