Shades of Feldspar #CC977A
Tints of Feldspar #CC977A
RGB
CMYK
RGB Variations
Color information
#CC977A (or 0xCC977A) is known color: Feldspar. HEX triplet: CC, 97 and 7A. RGB value is (204,151,122). Sum of RGB (Red+Green+Blue) = 204+151+122=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC977A is #336885. Grayscale: #A3A3A3. Windows color (decimal): -3369094 or 8034252. OLE color: 8034252.
HSL color Cylindrical-coordinate representation of color #CC977A: hue angle of 21.22º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC977A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 122 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.2 |
| HSL | 21.22º | 0.45% | 0.64% | - |
| HSV(B) | 21.22º | 0.4% | 0.8% | - |
| XYZ | 39.48 | 36.38 | 23.35 | - |
| YUV | 163.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 122 | 0 | 0.26 | 0.40 | 0.2 | 21.22 | 0.45 | 0.64 |
| Hex | CC | 97 | 7A | 0 | 1A | 28 | 14 | 15 | 2D | 40 |
| Octal | 314 | 227 | 172 | 0 | 32 | 50 | 24 | 25 | 55 | 100 |
| Binary | 11001100 | 10010111 | 1111010 | 0 | 11010 | 101000 | 10100 | 10101 | 101101 | 1000000 |
Color Harmonies of #CC977A
Complementary color
Monochromatic Colors of #CC977A
Black with #CC977A
Text Example
Text Example
White with #CC977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC977A; }
p { color: rgb(204,151,122); }
H1.HeaderClassName
{
color: #CC977A;
}
.AnyTagClassName
{
color: #CC977A;
}
</style>
background-color css
<style>
a { background-color: #CC977A; }
a { background-color: rgb(204,151,122); }
div.DivClassName
{
background-color: #CC977A;
}
.BgClassName
{
background-color: #CC977A;
}
</style>
border-color css
<style>
span { border-color: #CC977A; }
span { border-color: rgb(204,151,122); }
td.TdClassName
{
border-color: #CC977A;
}
.TagClassName
{
border-color: #CC977A;
}
</style>