Shades of Feldspar #C89878
Tints of Feldspar #C89878
RGB
CMYK
RGB Variations
Color information
#C89878 (or 0xC89878) is known color: Feldspar. HEX triplet: C8, 98 and 78. RGB value is (200,152,120). Sum of RGB (Red+Green+Blue) = 200+152+120=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C89878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89878 is #376787. Grayscale: #A2A2A2. Windows color (decimal): -3630984 or 7903432. OLE color: 7903432.
HSL color Cylindrical-coordinate representation of color #C89878: hue angle of 24º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C89878 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 120 | - |
| CMYK | 0 | 0.24 | 0.4 | 0.22 |
| HSL | 24º | 0.42% | 0.63% | - |
| HSV(B) | 24º | 0.4% | 0.78% | - |
| XYZ | 38.44 | 36.09 | 22.71 | - |
| YUV | 162.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 120 | 0 | 0.24 | 0.4 | 0.22 | 24 | 0.42 | 0.63 |
| Hex | C8 | 98 | 78 | 0 | 18 | 28 | 16 | 18 | 2A | 3F |
| Octal | 310 | 230 | 170 | 0 | 30 | 50 | 26 | 30 | 52 | 77 |
| Binary | 11001000 | 10011000 | 1111000 | 0 | 11000 | 101000 | 10110 | 11000 | 101010 | 111111 |
Color Harmonies of #C89878
Complementary color
Monochromatic Colors of #C89878
Black with #C89878
Text Example
Text Example
White with #C89878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89878; }
p { color: rgb(200,152,120); }
H1.HeaderClassName
{
color: #C89878;
}
.AnyTagClassName
{
color: #C89878;
}
</style>
background-color css
<style>
a { background-color: #C89878; }
a { background-color: rgb(200,152,120); }
div.DivClassName
{
background-color: #C89878;
}
.BgClassName
{
background-color: #C89878;
}
</style>
border-color css
<style>
span { border-color: #C89878; }
span { border-color: rgb(200,152,120); }
td.TdClassName
{
border-color: #C89878;
}
.TagClassName
{
border-color: #C89878;
}
</style>