Shades of Feldspar #CC997C
Tints of Feldspar #CC997C
RGB
CMYK
RGB Variations
Color information
#CC997C (or 0xCC997C) is known color: Feldspar. HEX triplet: CC, 99 and 7C. RGB value is (204,153,124). Sum of RGB (Red+Green+Blue) = 204+153+124=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC997C is #336683. Grayscale: #A5A5A5. Windows color (decimal): -3368580 or 8165836. OLE color: 8165836.
HSL color Cylindrical-coordinate representation of color #CC997C: hue angle of 21.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC997C is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 124 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.2 |
| HSL | 21.75º | 0.44% | 0.64% | - |
| HSV(B) | 21.75º | 0.39% | 0.8% | - |
| XYZ | 39.93 | 37.08 | 24.12 | - |
| YUV | 164.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 124 | 0 | 0.25 | 0.39 | 0.2 | 21.75 | 0.44 | 0.64 |
| Hex | CC | 99 | 7C | 0 | 19 | 27 | 14 | 16 | 2C | 40 |
| Octal | 314 | 231 | 174 | 0 | 31 | 47 | 24 | 26 | 54 | 100 |
| Binary | 11001100 | 10011001 | 1111100 | 0 | 11001 | 100111 | 10100 | 10110 | 101100 | 1000000 |
Color Harmonies of #CC997C
Complementary color
Monochromatic Colors of #CC997C
Black with #CC997C
Text Example
Text Example
White with #CC997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC997C; }
p { color: rgb(204,153,124); }
H1.HeaderClassName
{
color: #CC997C;
}
.AnyTagClassName
{
color: #CC997C;
}
</style>
background-color css
<style>
a { background-color: #CC997C; }
a { background-color: rgb(204,153,124); }
div.DivClassName
{
background-color: #CC997C;
}
.BgClassName
{
background-color: #CC997C;
}
</style>
border-color css
<style>
span { border-color: #CC997C; }
span { border-color: rgb(204,153,124); }
td.TdClassName
{
border-color: #CC997C;
}
.TagClassName
{
border-color: #CC997C;
}
</style>