Shades of Feldspar #C98F78
Tints of Feldspar #C98F78
RGB
CMYK
RGB Variations
Color information
#C98F78 (or 0xC98F78) is known color: Feldspar. HEX triplet: C9, 8F and 78. RGB value is (201,143,120). Sum of RGB (Red+Green+Blue) = 201+143+120=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F78 is #367087. Grayscale: #9D9D9D. Windows color (decimal): -3567752 or 7901129. OLE color: 7901129.
HSL color Cylindrical-coordinate representation of color #C98F78: hue angle of 17.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98F78 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 120 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.21 |
| HSL | 17.04º | 0.43% | 0.63% | - |
| HSV(B) | 17.04º | 0.4% | 0.79% | - |
| XYZ | 37.3 | 33.42 | 22.25 | - |
| YUV | 157.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 120 | 0 | 0.29 | 0.40 | 0.21 | 17.04 | 0.43 | 0.63 |
| Hex | C9 | 8F | 78 | 0 | 1D | 28 | 15 | 11 | 2B | 3F |
| Octal | 311 | 217 | 170 | 0 | 35 | 50 | 25 | 21 | 53 | 77 |
| Binary | 11001001 | 10001111 | 1111000 | 0 | 11101 | 101000 | 10101 | 10001 | 101011 | 111111 |
Color Harmonies of #C98F78
Complementary color
Monochromatic Colors of #C98F78
Black with #C98F78
Text Example
Text Example
White with #C98F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F78; }
p { color: rgb(201,143,120); }
H1.HeaderClassName
{
color: #C98F78;
}
.AnyTagClassName
{
color: #C98F78;
}
</style>
background-color css
<style>
a { background-color: #C98F78; }
a { background-color: rgb(201,143,120); }
div.DivClassName
{
background-color: #C98F78;
}
.BgClassName
{
background-color: #C98F78;
}
</style>
border-color css
<style>
span { border-color: #C98F78; }
span { border-color: rgb(201,143,120); }
td.TdClassName
{
border-color: #C98F78;
}
.TagClassName
{
border-color: #C98F78;
}
</style>