Shades of Feldspar #CC9871
Tints of Feldspar #CC9871
RGB
CMYK
RGB Variations
Color information
#CC9871 (or 0xCC9871) is known color: Feldspar. HEX triplet: CC, 98 and 71. RGB value is (204,152,113). Sum of RGB (Red+Green+Blue) = 204+152+113=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9871 is #33678E. Grayscale: #A3A3A3. Windows color (decimal): -3368847 or 7444684. OLE color: 7444684.
HSL color Cylindrical-coordinate representation of color #CC9871: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC9871 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 113 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.2 |
| HSL | 25.71º | 0.47% | 0.62% | - |
| HSV(B) | 25.71º | 0.45% | 0.8% | - |
| XYZ | 39.11 | 36.49 | 20.6 | - |
| YUV | 163.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 113 | 0 | 0.25 | 0.45 | 0.2 | 25.71 | 0.47 | 0.62 |
| Hex | CC | 98 | 71 | 0 | 19 | 2D | 14 | 1A | 2F | 3E |
| Octal | 314 | 230 | 161 | 0 | 31 | 55 | 24 | 32 | 57 | 76 |
| Binary | 11001100 | 10011000 | 1110001 | 0 | 11001 | 101101 | 10100 | 11010 | 101111 | 111110 |
Color Harmonies of #CC9871
Complementary color
Monochromatic Colors of #CC9871
Black with #CC9871
Text Example
Text Example
White with #CC9871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9871; }
p { color: rgb(204,152,113); }
H1.HeaderClassName
{
color: #CC9871;
}
.AnyTagClassName
{
color: #CC9871;
}
</style>
background-color css
<style>
a { background-color: #CC9871; }
a { background-color: rgb(204,152,113); }
div.DivClassName
{
background-color: #CC9871;
}
.BgClassName
{
background-color: #CC9871;
}
</style>
border-color css
<style>
span { border-color: #CC9871; }
span { border-color: rgb(204,152,113); }
td.TdClassName
{
border-color: #CC9871;
}
.TagClassName
{
border-color: #CC9871;
}
</style>