Shades of Feldspar #C99077
Tints of Feldspar #C99077
RGB
CMYK
RGB Variations
Color information
#C99077 (or 0xC99077) is known color: Feldspar. HEX triplet: C9, 90 and 77. RGB value is (201,144,119). Sum of RGB (Red+Green+Blue) = 201+144+119=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99077 is #366F88. Grayscale: #9E9E9E. Windows color (decimal): -3567497 or 7835849. OLE color: 7835849.
HSL color Cylindrical-coordinate representation of color #C99077: hue angle of 18.29º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C99077 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 119 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.21 |
| HSL | 18.29º | 0.43% | 0.63% | - |
| HSV(B) | 18.29º | 0.41% | 0.79% | - |
| XYZ | 37.39 | 33.7 | 21.99 | - |
| YUV | 158.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 119 | 0 | 0.28 | 0.41 | 0.21 | 18.29 | 0.43 | 0.63 |
| Hex | C9 | 90 | 77 | 0 | 1C | 29 | 15 | 12 | 2B | 3F |
| Octal | 311 | 220 | 167 | 0 | 34 | 51 | 25 | 22 | 53 | 77 |
| Binary | 11001001 | 10010000 | 1110111 | 0 | 11100 | 101001 | 10101 | 10010 | 101011 | 111111 |
Color Harmonies of #C99077
Complementary color
Monochromatic Colors of #C99077
Black with #C99077
Text Example
Text Example
White with #C99077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99077; }
p { color: rgb(201,144,119); }
H1.HeaderClassName
{
color: #C99077;
}
.AnyTagClassName
{
color: #C99077;
}
</style>
background-color css
<style>
a { background-color: #C99077; }
a { background-color: rgb(201,144,119); }
div.DivClassName
{
background-color: #C99077;
}
.BgClassName
{
background-color: #C99077;
}
</style>
border-color css
<style>
span { border-color: #C99077; }
span { border-color: rgb(201,144,119); }
td.TdClassName
{
border-color: #C99077;
}
.TagClassName
{
border-color: #C99077;
}
</style>