Shades of Feldspar #CC8977
Tints of Feldspar #CC8977
RGB
CMYK
RGB Variations
Color information
#CC8977 (or 0xCC8977) is known color: Feldspar. HEX triplet: CC, 89 and 77. RGB value is (204,137,119). Sum of RGB (Red+Green+Blue) = 204+137+119=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8977 is #337688. Grayscale: #9B9B9B. Windows color (decimal): -3372681 or 7834060. OLE color: 7834060.
HSL color Cylindrical-coordinate representation of color #CC8977: hue angle of 12.71º 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 #CC8977 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 119 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.2 |
| HSL | 12.71º | 0.45% | 0.63% | - |
| HSV(B) | 12.71º | 0.42% | 0.8% | - |
| XYZ | 37.18 | 32.06 | 21.68 | - |
| YUV | 154.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 119 | 0 | 0.33 | 0.42 | 0.2 | 12.71 | 0.45 | 0.63 |
| Hex | CC | 89 | 77 | 0 | 21 | 2A | 14 | D | 2D | 3F |
| Octal | 314 | 211 | 167 | 0 | 41 | 52 | 24 | 15 | 55 | 77 |
| Binary | 11001100 | 10001001 | 1110111 | 0 | 100001 | 101010 | 10100 | 1101 | 101101 | 111111 |
Color Harmonies of #CC8977
Complementary color
Monochromatic Colors of #CC8977
Black with #CC8977
Text Example
Text Example
White with #CC8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8977; }
p { color: rgb(204,137,119); }
H1.HeaderClassName
{
color: #CC8977;
}
.AnyTagClassName
{
color: #CC8977;
}
</style>
background-color css
<style>
a { background-color: #CC8977; }
a { background-color: rgb(204,137,119); }
div.DivClassName
{
background-color: #CC8977;
}
.BgClassName
{
background-color: #CC8977;
}
</style>
border-color css
<style>
span { border-color: #CC8977; }
span { border-color: rgb(204,137,119); }
td.TdClassName
{
border-color: #CC8977;
}
.TagClassName
{
border-color: #CC8977;
}
</style>