Shades of Feldspar #C99778
Tints of Feldspar #C99778
RGB
CMYK
RGB Variations
Color information
#C99778 (or 0xC99778) is known color: Feldspar. HEX triplet: C9, 97 and 78. RGB value is (201,151,120). Sum of RGB (Red+Green+Blue) = 201+151+120=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C99778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99778 is #366887. Grayscale: #A2A2A2. Windows color (decimal): -3565704 or 7903177. OLE color: 7903177.
HSL color Cylindrical-coordinate representation of color #C99778: hue angle of 22.96º 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 #C99778 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 120 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.21 |
| HSL | 22.96º | 0.43% | 0.63% | - |
| HSV(B) | 22.96º | 0.4% | 0.79% | - |
| XYZ | 38.54 | 35.91 | 22.67 | - |
| YUV | 162.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 120 | 0 | 0.25 | 0.40 | 0.21 | 22.96 | 0.43 | 0.63 |
| Hex | C9 | 97 | 78 | 0 | 19 | 28 | 15 | 17 | 2B | 3F |
| Octal | 311 | 227 | 170 | 0 | 31 | 50 | 25 | 27 | 53 | 77 |
| Binary | 11001001 | 10010111 | 1111000 | 0 | 11001 | 101000 | 10101 | 10111 | 101011 | 111111 |
Color Harmonies of #C99778
Complementary color
Monochromatic Colors of #C99778
Black with #C99778
Text Example
Text Example
White with #C99778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99778; }
p { color: rgb(201,151,120); }
H1.HeaderClassName
{
color: #C99778;
}
.AnyTagClassName
{
color: #C99778;
}
</style>
background-color css
<style>
a { background-color: #C99778; }
a { background-color: rgb(201,151,120); }
div.DivClassName
{
background-color: #C99778;
}
.BgClassName
{
background-color: #C99778;
}
</style>
border-color css
<style>
span { border-color: #C99778; }
span { border-color: rgb(201,151,120); }
td.TdClassName
{
border-color: #C99778;
}
.TagClassName
{
border-color: #C99778;
}
</style>