Shades of Feldspar #CC987D
Tints of Feldspar #CC987D
RGB
CMYK
RGB Variations
Color information
#CC987D (or 0xCC987D) is known color: Feldspar. HEX triplet: CC, 98 and 7D. RGB value is (204,152,125). Sum of RGB (Red+Green+Blue) = 204+152+125=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC987D is #336782. Grayscale: #A4A4A4. Windows color (decimal): -3368835 or 8231116. OLE color: 8231116.
HSL color Cylindrical-coordinate representation of color #CC987D: hue angle of 20.51º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC987D is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 125 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.2 |
| HSL | 20.51º | 0.44% | 0.65% | - |
| HSV(B) | 20.51º | 0.39% | 0.8% | - |
| XYZ | 39.83 | 36.77 | 24.4 | - |
| YUV | 164.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 125 | 0 | 0.25 | 0.39 | 0.2 | 20.51 | 0.44 | 0.65 |
| Hex | CC | 98 | 7D | 0 | 19 | 27 | 14 | 15 | 2C | 41 |
| Octal | 314 | 230 | 175 | 0 | 31 | 47 | 24 | 25 | 54 | 101 |
| Binary | 11001100 | 10011000 | 1111101 | 0 | 11001 | 100111 | 10100 | 10101 | 101100 | 1000001 |
Color Harmonies of #CC987D
Complementary color
Monochromatic Colors of #CC987D
Black with #CC987D
Text Example
Text Example
White with #CC987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC987D; }
p { color: rgb(204,152,125); }
H1.HeaderClassName
{
color: #CC987D;
}
.AnyTagClassName
{
color: #CC987D;
}
</style>
background-color css
<style>
a { background-color: #CC987D; }
a { background-color: rgb(204,152,125); }
div.DivClassName
{
background-color: #CC987D;
}
.BgClassName
{
background-color: #CC987D;
}
</style>
border-color css
<style>
span { border-color: #CC987D; }
span { border-color: rgb(204,152,125); }
td.TdClassName
{
border-color: #CC987D;
}
.TagClassName
{
border-color: #CC987D;
}
</style>