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