Shades of Feldspar #CC987E
Tints of Feldspar #CC987E
RGB
CMYK
RGB Variations
Color information
#CC987E (or 0xCC987E) is known color: Feldspar. HEX triplet: CC, 98 and 7E. RGB value is (204,152,126). Sum of RGB (Red+Green+Blue) = 204+152+126=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC987E is #336781. Grayscale: #A4A4A4. Windows color (decimal): -3368834 or 8296652. OLE color: 8296652.
HSL color Cylindrical-coordinate representation of color #CC987E: hue angle of 20º 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 #CC987E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 126 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.2 |
| HSL | 20º | 0.43% | 0.65% | - |
| HSV(B) | 20º | 0.38% | 0.8% | - |
| XYZ | 39.9 | 36.8 | 24.74 | - |
| YUV | 164.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 126 | 0 | 0.25 | 0.38 | 0.2 | 20 | 0.43 | 0.65 |
| Hex | CC | 98 | 7E | 0 | 19 | 26 | 14 | 14 | 2B | 41 |
| Octal | 314 | 230 | 176 | 0 | 31 | 46 | 24 | 24 | 53 | 101 |
| Binary | 11001100 | 10011000 | 1111110 | 0 | 11001 | 100110 | 10100 | 10100 | 101011 | 1000001 |
Color Harmonies of #CC987E
Complementary color
Monochromatic Colors of #CC987E
Black with #CC987E
Text Example
Text Example
White with #CC987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC987E; }
p { color: rgb(204,152,126); }
H1.HeaderClassName
{
color: #CC987E;
}
.AnyTagClassName
{
color: #CC987E;
}
</style>
background-color css
<style>
a { background-color: #CC987E; }
a { background-color: rgb(204,152,126); }
div.DivClassName
{
background-color: #CC987E;
}
.BgClassName
{
background-color: #CC987E;
}
</style>
border-color css
<style>
span { border-color: #CC987E; }
span { border-color: rgb(204,152,126); }
td.TdClassName
{
border-color: #CC987E;
}
.TagClassName
{
border-color: #CC987E;
}
</style>