Shades of Feldspar #CC997A
Tints of Feldspar #CC997A
RGB
CMYK
RGB Variations
Color information
#CC997A (or 0xCC997A) is known color: Feldspar. HEX triplet: CC, 99 and 7A. RGB value is (204,153,122). Sum of RGB (Red+Green+Blue) = 204+153+122=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC997A is #336685. Grayscale: #A4A4A4. Windows color (decimal): -3368582 or 8034764. OLE color: 8034764.
HSL color Cylindrical-coordinate representation of color #CC997A: hue angle of 22.68º 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 #CC997A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 122 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.2 |
| HSL | 22.68º | 0.45% | 0.64% | - |
| HSV(B) | 22.68º | 0.4% | 0.8% | - |
| XYZ | 39.81 | 37.02 | 23.46 | - |
| YUV | 164.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 122 | 0 | 0.25 | 0.40 | 0.2 | 22.68 | 0.45 | 0.64 |
| Hex | CC | 99 | 7A | 0 | 19 | 28 | 14 | 17 | 2D | 40 |
| Octal | 314 | 231 | 172 | 0 | 31 | 50 | 24 | 27 | 55 | 100 |
| Binary | 11001100 | 10011001 | 1111010 | 0 | 11001 | 101000 | 10100 | 10111 | 101101 | 1000000 |
Color Harmonies of #CC997A
Complementary color
Monochromatic Colors of #CC997A
Black with #CC997A
Text Example
Text Example
White with #CC997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC997A; }
p { color: rgb(204,153,122); }
H1.HeaderClassName
{
color: #CC997A;
}
.AnyTagClassName
{
color: #CC997A;
}
</style>
background-color css
<style>
a { background-color: #CC997A; }
a { background-color: rgb(204,153,122); }
div.DivClassName
{
background-color: #CC997A;
}
.BgClassName
{
background-color: #CC997A;
}
</style>
border-color css
<style>
span { border-color: #CC997A; }
span { border-color: rgb(204,153,122); }
td.TdClassName
{
border-color: #CC997A;
}
.TagClassName
{
border-color: #CC997A;
}
</style>