Shades of Feldspar #CC8D6D
Tints of Feldspar #CC8D6D
RGB
CMYK
RGB Variations
Color information
#CC8D6D (or 0xCC8D6D) is known color: Feldspar. HEX triplet: CC, 8D and 6D. RGB value is (204,141,109). Sum of RGB (Red+Green+Blue) = 204+141+109=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D6D is #337292. Grayscale: #9C9C9C. Windows color (decimal): -3371667 or 7179724. OLE color: 7179724.
HSL color Cylindrical-coordinate representation of color #CC8D6D: hue angle of 20.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC8D6D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 109 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.2 |
| HSL | 20.21º | 0.48% | 0.61% | - |
| HSV(B) | 20.21º | 0.47% | 0.8% | - |
| XYZ | 37.19 | 32.99 | 18.88 | - |
| YUV | 156.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 109 | 0 | 0.31 | 0.47 | 0.2 | 20.21 | 0.48 | 0.61 |
| Hex | CC | 8D | 6D | 0 | 1F | 2F | 14 | 14 | 30 | 3D |
| Octal | 314 | 215 | 155 | 0 | 37 | 57 | 24 | 24 | 60 | 75 |
| Binary | 11001100 | 10001101 | 1101101 | 0 | 11111 | 101111 | 10100 | 10100 | 110000 | 111101 |
Color Harmonies of #CC8D6D
Complementary color
Monochromatic Colors of #CC8D6D
Black with #CC8D6D
Text Example
Text Example
White with #CC8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D6D; }
p { color: rgb(204,141,109); }
H1.HeaderClassName
{
color: #CC8D6D;
}
.AnyTagClassName
{
color: #CC8D6D;
}
</style>
background-color css
<style>
a { background-color: #CC8D6D; }
a { background-color: rgb(204,141,109); }
div.DivClassName
{
background-color: #CC8D6D;
}
.BgClassName
{
background-color: #CC8D6D;
}
</style>
border-color css
<style>
span { border-color: #CC8D6D; }
span { border-color: rgb(204,141,109); }
td.TdClassName
{
border-color: #CC8D6D;
}
.TagClassName
{
border-color: #CC8D6D;
}
</style>