Shades of Feldspar #CC987F
Tints of Feldspar #CC987F
RGB
CMYK
RGB Variations
Color information
#CC987F (or 0xCC987F) is known color: Feldspar. HEX triplet: CC, 98 and 7F. RGB value is (204,152,127). Sum of RGB (Red+Green+Blue) = 204+152+127=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC987F is #336780. Grayscale: #A4A4A4. Windows color (decimal): -3368833 or 8362188. OLE color: 8362188.
HSL color Cylindrical-coordinate representation of color #CC987F: hue angle of 19.48º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC987F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 127 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.2 |
| HSL | 19.48º | 0.43% | 0.65% | - |
| HSV(B) | 19.48º | 0.38% | 0.8% | - |
| XYZ | 39.96 | 36.83 | 25.08 | - |
| YUV | 164.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 127 | 0 | 0.25 | 0.38 | 0.2 | 19.48 | 0.43 | 0.65 |
| Hex | CC | 98 | 7F | 0 | 19 | 26 | 14 | 13 | 2B | 41 |
| Octal | 314 | 230 | 177 | 0 | 31 | 46 | 24 | 23 | 53 | 101 |
| Binary | 11001100 | 10011000 | 1111111 | 0 | 11001 | 100110 | 10100 | 10011 | 101011 | 1000001 |
Color Harmonies of #CC987F
Complementary color
Monochromatic Colors of #CC987F
Black with #CC987F
Text Example
Text Example
White with #CC987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC987F; }
p { color: rgb(204,152,127); }
H1.HeaderClassName
{
color: #CC987F;
}
.AnyTagClassName
{
color: #CC987F;
}
</style>
background-color css
<style>
a { background-color: #CC987F; }
a { background-color: rgb(204,152,127); }
div.DivClassName
{
background-color: #CC987F;
}
.BgClassName
{
background-color: #CC987F;
}
</style>
border-color css
<style>
span { border-color: #CC987F; }
span { border-color: rgb(204,152,127); }
td.TdClassName
{
border-color: #CC987F;
}
.TagClassName
{
border-color: #CC987F;
}
</style>