Shades of Feldspar #C98C78
Tints of Feldspar #C98C78
RGB
CMYK
RGB Variations
Color information
#C98C78 (or 0xC98C78) is known color: Feldspar. HEX triplet: C9, 8C and 78. RGB value is (201,140,120). Sum of RGB (Red+Green+Blue) = 201+140+120=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C78 is #367387. Grayscale: #9C9C9C. Windows color (decimal): -3568520 or 7900361. OLE color: 7900361.
HSL color Cylindrical-coordinate representation of color #C98C78: hue angle of 14.81º 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 #C98C78 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 120 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.21 |
| HSL | 14.81º | 0.43% | 0.63% | - |
| HSV(B) | 14.81º | 0.4% | 0.79% | - |
| XYZ | 36.86 | 32.53 | 22.11 | - |
| YUV | 155.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 120 | 0 | 0.30 | 0.40 | 0.21 | 14.81 | 0.43 | 0.63 |
| Hex | C9 | 8C | 78 | 0 | 1E | 28 | 15 | F | 2B | 3F |
| Octal | 311 | 214 | 170 | 0 | 36 | 50 | 25 | 17 | 53 | 77 |
| Binary | 11001001 | 10001100 | 1111000 | 0 | 11110 | 101000 | 10101 | 1111 | 101011 | 111111 |
Color Harmonies of #C98C78
Complementary color
Monochromatic Colors of #C98C78
Black with #C98C78
Text Example
Text Example
White with #C98C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C78; }
p { color: rgb(201,140,120); }
H1.HeaderClassName
{
color: #C98C78;
}
.AnyTagClassName
{
color: #C98C78;
}
</style>
background-color css
<style>
a { background-color: #C98C78; }
a { background-color: rgb(201,140,120); }
div.DivClassName
{
background-color: #C98C78;
}
.BgClassName
{
background-color: #C98C78;
}
</style>
border-color css
<style>
span { border-color: #C98C78; }
span { border-color: rgb(201,140,120); }
td.TdClassName
{
border-color: #C98C78;
}
.TagClassName
{
border-color: #C98C78;
}
</style>