Shades of Feldspar #CC9777
Tints of Feldspar #CC9777
RGB
CMYK
RGB Variations
Color information
#CC9777 (or 0xCC9777) is known color: Feldspar. HEX triplet: CC, 97 and 77. RGB value is (204,151,119). Sum of RGB (Red+Green+Blue) = 204+151+119=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9777 is #336888. Grayscale: #A3A3A3. Windows color (decimal): -3369097 or 7837644. OLE color: 7837644.
HSL color Cylindrical-coordinate representation of color #CC9777: hue angle of 22.59º 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 #CC9777 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 119 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.2 |
| HSL | 22.59º | 0.45% | 0.63% | - |
| HSV(B) | 22.59º | 0.42% | 0.8% | - |
| XYZ | 39.3 | 36.3 | 22.39 | - |
| YUV | 163.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 119 | 0 | 0.26 | 0.42 | 0.2 | 22.59 | 0.45 | 0.63 |
| Hex | CC | 97 | 77 | 0 | 1A | 2A | 14 | 17 | 2D | 3F |
| Octal | 314 | 227 | 167 | 0 | 32 | 52 | 24 | 27 | 55 | 77 |
| Binary | 11001100 | 10010111 | 1110111 | 0 | 11010 | 101010 | 10100 | 10111 | 101101 | 111111 |
Color Harmonies of #CC9777
Complementary color
Monochromatic Colors of #CC9777
Black with #CC9777
Text Example
Text Example
White with #CC9777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9777; }
p { color: rgb(204,151,119); }
H1.HeaderClassName
{
color: #CC9777;
}
.AnyTagClassName
{
color: #CC9777;
}
</style>
background-color css
<style>
a { background-color: #CC9777; }
a { background-color: rgb(204,151,119); }
div.DivClassName
{
background-color: #CC9777;
}
.BgClassName
{
background-color: #CC9777;
}
</style>
border-color css
<style>
span { border-color: #CC9777; }
span { border-color: rgb(204,151,119); }
td.TdClassName
{
border-color: #CC9777;
}
.TagClassName
{
border-color: #CC9777;
}
</style>