Shades of Feldspar #CC9077
Tints of Feldspar #CC9077
RGB
CMYK
RGB Variations
Color information
#CC9077 (or 0xCC9077) is known color: Feldspar. HEX triplet: CC, 90 and 77. RGB value is (204,144,119). Sum of RGB (Red+Green+Blue) = 204+144+119=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9077 is #336F88. Grayscale: #9F9F9F. Windows color (decimal): -3370889 or 7835852. OLE color: 7835852.
HSL color Cylindrical-coordinate representation of color #CC9077: hue angle of 17.65º 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 #CC9077 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 119 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.2 |
| HSL | 17.65º | 0.45% | 0.63% | - |
| HSV(B) | 17.65º | 0.42% | 0.8% | - |
| XYZ | 38.2 | 34.12 | 22.02 | - |
| YUV | 159.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 119 | 0 | 0.29 | 0.42 | 0.2 | 17.65 | 0.45 | 0.63 |
| Hex | CC | 90 | 77 | 0 | 1D | 2A | 14 | 12 | 2D | 3F |
| Octal | 314 | 220 | 167 | 0 | 35 | 52 | 24 | 22 | 55 | 77 |
| Binary | 11001100 | 10010000 | 1110111 | 0 | 11101 | 101010 | 10100 | 10010 | 101101 | 111111 |
Color Harmonies of #CC9077
Complementary color
Monochromatic Colors of #CC9077
Black with #CC9077
Text Example
Text Example
White with #CC9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9077; }
p { color: rgb(204,144,119); }
H1.HeaderClassName
{
color: #CC9077;
}
.AnyTagClassName
{
color: #CC9077;
}
</style>
background-color css
<style>
a { background-color: #CC9077; }
a { background-color: rgb(204,144,119); }
div.DivClassName
{
background-color: #CC9077;
}
.BgClassName
{
background-color: #CC9077;
}
</style>
border-color css
<style>
span { border-color: #CC9077; }
span { border-color: rgb(204,144,119); }
td.TdClassName
{
border-color: #CC9077;
}
.TagClassName
{
border-color: #CC9077;
}
</style>