Shades of Feldspar #CC9876
Tints of Feldspar #CC9876
RGB
CMYK
RGB Variations
Color information
#CC9876 (or 0xCC9876) is known color: Feldspar. HEX triplet: CC, 98 and 76. RGB value is (204,152,118). Sum of RGB (Red+Green+Blue) = 204+152+118=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9876 is #336789. Grayscale: #A3A3A3. Windows color (decimal): -3368842 or 7772364. OLE color: 7772364.
HSL color Cylindrical-coordinate representation of color #CC9876: hue angle of 23.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC9876 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 118 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.2 |
| HSL | 23.72º | 0.46% | 0.63% | - |
| HSV(B) | 23.72º | 0.42% | 0.8% | - |
| XYZ | 39.4 | 36.6 | 22.13 | - |
| YUV | 163.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 118 | 0 | 0.25 | 0.42 | 0.2 | 23.72 | 0.46 | 0.63 |
| Hex | CC | 98 | 76 | 0 | 19 | 2A | 14 | 18 | 2E | 3F |
| Octal | 314 | 230 | 166 | 0 | 31 | 52 | 24 | 30 | 56 | 77 |
| Binary | 11001100 | 10011000 | 1110110 | 0 | 11001 | 101010 | 10100 | 11000 | 101110 | 111111 |
Color Harmonies of #CC9876
Complementary color
Monochromatic Colors of #CC9876
Black with #CC9876
Text Example
Text Example
White with #CC9876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9876; }
p { color: rgb(204,152,118); }
H1.HeaderClassName
{
color: #CC9876;
}
.AnyTagClassName
{
color: #CC9876;
}
</style>
background-color css
<style>
a { background-color: #CC9876; }
a { background-color: rgb(204,152,118); }
div.DivClassName
{
background-color: #CC9876;
}
.BgClassName
{
background-color: #CC9876;
}
</style>
border-color css
<style>
span { border-color: #CC9876; }
span { border-color: rgb(204,152,118); }
td.TdClassName
{
border-color: #CC9876;
}
.TagClassName
{
border-color: #CC9876;
}
</style>