Shades of Feldspar #CC9877
Tints of Feldspar #CC9877
RGB
CMYK
RGB Variations
Color information
#CC9877 (or 0xCC9877) is known color: Feldspar. HEX triplet: CC, 98 and 77. RGB value is (204,152,119). Sum of RGB (Red+Green+Blue) = 204+152+119=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9877 is #336788. Grayscale: #A3A3A3. Windows color (decimal): -3368841 or 7837900. OLE color: 7837900.
HSL color Cylindrical-coordinate representation of color #CC9877: hue angle of 23.29º degrees, saturation: 0.45, 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 #CC9877 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 119 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.2 |
| HSL | 23.29º | 0.45% | 0.63% | - |
| HSV(B) | 23.29º | 0.42% | 0.8% | - |
| XYZ | 39.46 | 36.63 | 22.44 | - |
| YUV | 163.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 119 | 0 | 0.25 | 0.42 | 0.2 | 23.29 | 0.45 | 0.63 |
| Hex | CC | 98 | 77 | 0 | 19 | 2A | 14 | 17 | 2D | 3F |
| Octal | 314 | 230 | 167 | 0 | 31 | 52 | 24 | 27 | 55 | 77 |
| Binary | 11001100 | 10011000 | 1110111 | 0 | 11001 | 101010 | 10100 | 10111 | 101101 | 111111 |
Color Harmonies of #CC9877
Complementary color
Monochromatic Colors of #CC9877
Black with #CC9877
Text Example
Text Example
White with #CC9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9877; }
p { color: rgb(204,152,119); }
H1.HeaderClassName
{
color: #CC9877;
}
.AnyTagClassName
{
color: #CC9877;
}
</style>
background-color css
<style>
a { background-color: #CC9877; }
a { background-color: rgb(204,152,119); }
div.DivClassName
{
background-color: #CC9877;
}
.BgClassName
{
background-color: #CC9877;
}
</style>
border-color css
<style>
span { border-color: #CC9877; }
span { border-color: rgb(204,152,119); }
td.TdClassName
{
border-color: #CC9877;
}
.TagClassName
{
border-color: #CC9877;
}
</style>