Shades of Feldspar #C89278
Tints of Feldspar #C89278
RGB
CMYK
RGB Variations
Color information
#C89278 (or 0xC89278) is known color: Feldspar. HEX triplet: C8, 92 and 78. RGB value is (200,146,120). Sum of RGB (Red+Green+Blue) = 200+146+120=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C89278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89278 is #376D87. Grayscale: #9F9F9F. Windows color (decimal): -3632520 or 7901896. OLE color: 7901896.
HSL color Cylindrical-coordinate representation of color #C89278: hue angle of 19.5º 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 #C89278 is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 120 | - |
| CMYK | 0 | 0.27 | 0.4 | 0.22 |
| HSL | 19.5º | 0.42% | 0.63% | - |
| HSV(B) | 19.5º | 0.4% | 0.78% | - |
| XYZ | 37.49 | 34.19 | 22.39 | - |
| YUV | 159.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 120 | 0 | 0.27 | 0.4 | 0.22 | 19.5 | 0.42 | 0.63 |
| Hex | C8 | 92 | 78 | 0 | 1B | 28 | 16 | 14 | 2A | 3F |
| Octal | 310 | 222 | 170 | 0 | 33 | 50 | 26 | 24 | 52 | 77 |
| Binary | 11001000 | 10010010 | 1111000 | 0 | 11011 | 101000 | 10110 | 10100 | 101010 | 111111 |
Color Harmonies of #C89278
Complementary color
Monochromatic Colors of #C89278
Black with #C89278
Text Example
Text Example
White with #C89278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89278; }
p { color: rgb(200,146,120); }
H1.HeaderClassName
{
color: #C89278;
}
.AnyTagClassName
{
color: #C89278;
}
</style>
background-color css
<style>
a { background-color: #C89278; }
a { background-color: rgb(200,146,120); }
div.DivClassName
{
background-color: #C89278;
}
.BgClassName
{
background-color: #C89278;
}
</style>
border-color css
<style>
span { border-color: #C89278; }
span { border-color: rgb(200,146,120); }
td.TdClassName
{
border-color: #C89278;
}
.TagClassName
{
border-color: #C89278;
}
</style>