Shades of Feldspar #C89679
Tints of Feldspar #C89679
RGB
CMYK
RGB Variations
Color information
#C89679 (or 0xC89679) is known color: Feldspar. HEX triplet: C8, 96 and 79. RGB value is (200,150,121). Sum of RGB (Red+Green+Blue) = 200+150+121=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C89679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89679 is #376986. Grayscale: #A1A1A1. Windows color (decimal): -3631495 or 7968456. OLE color: 7968456.
HSL color Cylindrical-coordinate representation of color #C89679: hue angle of 22.03º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C89679 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 121 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.22 |
| HSL | 22.03º | 0.42% | 0.63% | - |
| HSV(B) | 22.03º | 0.4% | 0.78% | - |
| XYZ | 38.18 | 35.47 | 22.92 | - |
| YUV | 161.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 121 | 0 | 0.25 | 0.39 | 0.22 | 22.03 | 0.42 | 0.63 |
| Hex | C8 | 96 | 79 | 0 | 19 | 27 | 16 | 16 | 2A | 3F |
| Octal | 310 | 226 | 171 | 0 | 31 | 47 | 26 | 26 | 52 | 77 |
| Binary | 11001000 | 10010110 | 1111001 | 0 | 11001 | 100111 | 10110 | 10110 | 101010 | 111111 |
Color Harmonies of #C89679
Complementary color
Monochromatic Colors of #C89679
Black with #C89679
Text Example
Text Example
White with #C89679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89679; }
p { color: rgb(200,150,121); }
H1.HeaderClassName
{
color: #C89679;
}
.AnyTagClassName
{
color: #C89679;
}
</style>
background-color css
<style>
a { background-color: #C89679; }
a { background-color: rgb(200,150,121); }
div.DivClassName
{
background-color: #C89679;
}
.BgClassName
{
background-color: #C89679;
}
</style>
border-color css
<style>
span { border-color: #C89679; }
span { border-color: rgb(200,150,121); }
td.TdClassName
{
border-color: #C89679;
}
.TagClassName
{
border-color: #C89679;
}
</style>