Shades of Feldspar #CC8E6E
Tints of Feldspar #CC8E6E
RGB
CMYK
RGB Variations
Color information
#CC8E6E (or 0xCC8E6E) is known color: Feldspar. HEX triplet: CC, 8E and 6E. RGB value is (204,142,110). Sum of RGB (Red+Green+Blue) = 204+142+110=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E6E is #337191. Grayscale: #9D9D9D. Windows color (decimal): -3371410 or 7245516. OLE color: 7245516.
HSL color Cylindrical-coordinate representation of color #CC8E6E: hue angle of 20.43º 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 #CC8E6E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 110 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.2 |
| HSL | 20.43º | 0.48% | 0.62% | - |
| HSV(B) | 20.43º | 0.46% | 0.8% | - |
| XYZ | 37.39 | 33.31 | 19.21 | - |
| YUV | 156.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 110 | 0 | 0.30 | 0.46 | 0.2 | 20.43 | 0.48 | 0.62 |
| Hex | CC | 8E | 6E | 0 | 1E | 2E | 14 | 14 | 30 | 3E |
| Octal | 314 | 216 | 156 | 0 | 36 | 56 | 24 | 24 | 60 | 76 |
| Binary | 11001100 | 10001110 | 1101110 | 0 | 11110 | 101110 | 10100 | 10100 | 110000 | 111110 |
Color Harmonies of #CC8E6E
Complementary color
Monochromatic Colors of #CC8E6E
Black with #CC8E6E
Text Example
Text Example
White with #CC8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E6E; }
p { color: rgb(204,142,110); }
H1.HeaderClassName
{
color: #CC8E6E;
}
.AnyTagClassName
{
color: #CC8E6E;
}
</style>
background-color css
<style>
a { background-color: #CC8E6E; }
a { background-color: rgb(204,142,110); }
div.DivClassName
{
background-color: #CC8E6E;
}
.BgClassName
{
background-color: #CC8E6E;
}
</style>
border-color css
<style>
span { border-color: #CC8E6E; }
span { border-color: rgb(204,142,110); }
td.TdClassName
{
border-color: #CC8E6E;
}
.TagClassName
{
border-color: #CC8E6E;
}
</style>