Shades of Feldspar #CC8971
Tints of Feldspar #CC8971
RGB
CMYK
RGB Variations
Color information
#CC8971 (or 0xCC8971) is known color: Feldspar. HEX triplet: CC, 89 and 71. RGB value is (204,137,113). Sum of RGB (Red+Green+Blue) = 204+137+113=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8971 is #33768E. Grayscale: #9A9A9A. Windows color (decimal): -3372687 or 7440844. OLE color: 7440844.
HSL color Cylindrical-coordinate representation of color #CC8971: hue angle of 15.82º 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 #CC8971 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 113 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.2 |
| HSL | 15.82º | 0.47% | 0.62% | - |
| HSV(B) | 15.82º | 0.45% | 0.8% | - |
| XYZ | 36.83 | 31.92 | 19.84 | - |
| YUV | 154.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 113 | 0 | 0.33 | 0.45 | 0.2 | 15.82 | 0.47 | 0.62 |
| Hex | CC | 89 | 71 | 0 | 21 | 2D | 14 | 10 | 2F | 3E |
| Octal | 314 | 211 | 161 | 0 | 41 | 55 | 24 | 20 | 57 | 76 |
| Binary | 11001100 | 10001001 | 1110001 | 0 | 100001 | 101101 | 10100 | 10000 | 101111 | 111110 |
Color Harmonies of #CC8971
Complementary color
Monochromatic Colors of #CC8971
Black with #CC8971
Text Example
Text Example
White with #CC8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8971; }
p { color: rgb(204,137,113); }
H1.HeaderClassName
{
color: #CC8971;
}
.AnyTagClassName
{
color: #CC8971;
}
</style>
background-color css
<style>
a { background-color: #CC8971; }
a { background-color: rgb(204,137,113); }
div.DivClassName
{
background-color: #CC8971;
}
.BgClassName
{
background-color: #CC8971;
}
</style>
border-color css
<style>
span { border-color: #CC8971; }
span { border-color: rgb(204,137,113); }
td.TdClassName
{
border-color: #CC8971;
}
.TagClassName
{
border-color: #CC8971;
}
</style>