Shades of Feldspar #CC8D71
Tints of Feldspar #CC8D71
RGB
CMYK
RGB Variations
Color information
#CC8D71 (or 0xCC8D71) is known color: Feldspar. HEX triplet: CC, 8D and 71. RGB value is (204,141,113). Sum of RGB (Red+Green+Blue) = 204+141+113=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D71 is #33728E. Grayscale: #9C9C9C. Windows color (decimal): -3371663 or 7441868. OLE color: 7441868.
HSL color Cylindrical-coordinate representation of color #CC8D71: hue angle of 18.46º 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 #CC8D71 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 113 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.2 |
| HSL | 18.46º | 0.47% | 0.62% | - |
| HSV(B) | 18.46º | 0.45% | 0.8% | - |
| XYZ | 37.41 | 33.08 | 20.04 | - |
| YUV | 156.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 113 | 0 | 0.31 | 0.45 | 0.2 | 18.46 | 0.47 | 0.62 |
| Hex | CC | 8D | 71 | 0 | 1F | 2D | 14 | 12 | 2F | 3E |
| Octal | 314 | 215 | 161 | 0 | 37 | 55 | 24 | 22 | 57 | 76 |
| Binary | 11001100 | 10001101 | 1110001 | 0 | 11111 | 101101 | 10100 | 10010 | 101111 | 111110 |
Color Harmonies of #CC8D71
Complementary color
Monochromatic Colors of #CC8D71
Black with #CC8D71
Text Example
Text Example
White with #CC8D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D71; }
p { color: rgb(204,141,113); }
H1.HeaderClassName
{
color: #CC8D71;
}
.AnyTagClassName
{
color: #CC8D71;
}
</style>
background-color css
<style>
a { background-color: #CC8D71; }
a { background-color: rgb(204,141,113); }
div.DivClassName
{
background-color: #CC8D71;
}
.BgClassName
{
background-color: #CC8D71;
}
</style>
border-color css
<style>
span { border-color: #CC8D71; }
span { border-color: rgb(204,141,113); }
td.TdClassName
{
border-color: #CC8D71;
}
.TagClassName
{
border-color: #CC8D71;
}
</style>