Shades of Feldspar #C89673
Tints of Feldspar #C89673
RGB
CMYK
RGB Variations
Color information
#C89673 (or 0xC89673) is known color: Feldspar. HEX triplet: C8, 96 and 73. RGB value is (200,150,115). Sum of RGB (Red+Green+Blue) = 200+150+115=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89673 is #37698C. Grayscale: #A1A1A1. Windows color (decimal): -3631501 or 7575240. OLE color: 7575240.
HSL color Cylindrical-coordinate representation of color #C89673: hue angle of 24.71º 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 #C89673 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 115 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.22 |
| HSL | 24.71º | 0.44% | 0.62% | - |
| HSV(B) | 24.71º | 0.43% | 0.78% | - |
| XYZ | 37.82 | 35.33 | 21.05 | - |
| YUV | 160.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 115 | 0 | 0.25 | 0.42 | 0.22 | 24.71 | 0.44 | 0.62 |
| Hex | C8 | 96 | 73 | 0 | 19 | 2A | 16 | 19 | 2C | 3E |
| Octal | 310 | 226 | 163 | 0 | 31 | 52 | 26 | 31 | 54 | 76 |
| Binary | 11001000 | 10010110 | 1110011 | 0 | 11001 | 101010 | 10110 | 11001 | 101100 | 111110 |
Color Harmonies of #C89673
Complementary color
Monochromatic Colors of #C89673
Black with #C89673
Text Example
Text Example
White with #C89673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89673; }
p { color: rgb(200,150,115); }
H1.HeaderClassName
{
color: #C89673;
}
.AnyTagClassName
{
color: #C89673;
}
</style>
background-color css
<style>
a { background-color: #C89673; }
a { background-color: rgb(200,150,115); }
div.DivClassName
{
background-color: #C89673;
}
.BgClassName
{
background-color: #C89673;
}
</style>
border-color css
<style>
span { border-color: #C89673; }
span { border-color: rgb(200,150,115); }
td.TdClassName
{
border-color: #C89673;
}
.TagClassName
{
border-color: #C89673;
}
</style>