Shades of Feldspar #CC8D6F
Tints of Feldspar #CC8D6F
RGB
CMYK
RGB Variations
Color information
#CC8D6F (or 0xCC8D6F) is known color: Feldspar. HEX triplet: CC, 8D and 6F. RGB value is (204,141,111). Sum of RGB (Red+Green+Blue) = 204+141+111=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D6F is #337290. Grayscale: #9C9C9C. Windows color (decimal): -3371665 or 7310796. OLE color: 7310796.
HSL color Cylindrical-coordinate representation of color #CC8D6F: hue angle of 19.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC8D6F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 111 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.2 |
| HSL | 19.35º | 0.48% | 0.62% | - |
| HSV(B) | 19.35º | 0.46% | 0.8% | - |
| XYZ | 37.3 | 33.03 | 19.45 | - |
| YUV | 156.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 111 | 0 | 0.31 | 0.46 | 0.2 | 19.35 | 0.48 | 0.62 |
| Hex | CC | 8D | 6F | 0 | 1F | 2E | 14 | 13 | 30 | 3E |
| Octal | 314 | 215 | 157 | 0 | 37 | 56 | 24 | 23 | 60 | 76 |
| Binary | 11001100 | 10001101 | 1101111 | 0 | 11111 | 101110 | 10100 | 10011 | 110000 | 111110 |
Color Harmonies of #CC8D6F
Complementary color
Monochromatic Colors of #CC8D6F
Black with #CC8D6F
Text Example
Text Example
White with #CC8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D6F; }
p { color: rgb(204,141,111); }
H1.HeaderClassName
{
color: #CC8D6F;
}
.AnyTagClassName
{
color: #CC8D6F;
}
</style>
background-color css
<style>
a { background-color: #CC8D6F; }
a { background-color: rgb(204,141,111); }
div.DivClassName
{
background-color: #CC8D6F;
}
.BgClassName
{
background-color: #CC8D6F;
}
</style>
border-color css
<style>
span { border-color: #CC8D6F; }
span { border-color: rgb(204,141,111); }
td.TdClassName
{
border-color: #CC8D6F;
}
.TagClassName
{
border-color: #CC8D6F;
}
</style>