Shades of Feldspar #CC8776
Tints of Feldspar #CC8776
RGB
CMYK
RGB Variations
Color information
#CC8776 (or 0xCC8776) is known color: Feldspar. HEX triplet: CC, 87 and 76. RGB value is (204,135,118). Sum of RGB (Red+Green+Blue) = 204+135+118=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8776 is #337889. Grayscale: #999999. Windows color (decimal): -3373194 or 7768012. OLE color: 7768012.
HSL color Cylindrical-coordinate representation of color #CC8776: hue angle of 11.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8776 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 118 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.2 |
| HSL | 11.86º | 0.46% | 0.63% | - |
| HSV(B) | 11.86º | 0.42% | 0.8% | - |
| XYZ | 36.84 | 31.47 | 21.27 | - |
| YUV | 153.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 118 | 0 | 0.34 | 0.42 | 0.2 | 11.86 | 0.46 | 0.63 |
| Hex | CC | 87 | 76 | 0 | 22 | 2A | 14 | C | 2E | 3F |
| Octal | 314 | 207 | 166 | 0 | 42 | 52 | 24 | 14 | 56 | 77 |
| Binary | 11001100 | 10000111 | 1110110 | 0 | 100010 | 101010 | 10100 | 1100 | 101110 | 111111 |
Color Harmonies of #CC8776
Complementary color
Monochromatic Colors of #CC8776
Black with #CC8776
Text Example
Text Example
White with #CC8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8776; }
p { color: rgb(204,135,118); }
H1.HeaderClassName
{
color: #CC8776;
}
.AnyTagClassName
{
color: #CC8776;
}
</style>
background-color css
<style>
a { background-color: #CC8776; }
a { background-color: rgb(204,135,118); }
div.DivClassName
{
background-color: #CC8776;
}
.BgClassName
{
background-color: #CC8776;
}
</style>
border-color css
<style>
span { border-color: #CC8776; }
span { border-color: rgb(204,135,118); }
td.TdClassName
{
border-color: #CC8776;
}
.TagClassName
{
border-color: #CC8776;
}
</style>