Shades of Feldspar #CC8671
Tints of Feldspar #CC8671
RGB
CMYK
RGB Variations
Color information
#CC8671 (or 0xCC8671) is known color: Feldspar. HEX triplet: CC, 86 and 71. RGB value is (204,134,113). Sum of RGB (Red+Green+Blue) = 204+134+113=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8671 is #33798E. Grayscale: #989898. Windows color (decimal): -3373455 or 7440076. OLE color: 7440076.
HSL color Cylindrical-coordinate representation of color #CC8671: hue angle of 13.85º 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 #CC8671 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 113 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.2 |
| HSL | 13.85º | 0.47% | 0.62% | - |
| HSV(B) | 13.85º | 0.45% | 0.8% | - |
| XYZ | 36.41 | 31.08 | 19.7 | - |
| YUV | 152.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 113 | 0 | 0.34 | 0.45 | 0.2 | 13.85 | 0.47 | 0.62 |
| Hex | CC | 86 | 71 | 0 | 22 | 2D | 14 | E | 2F | 3E |
| Octal | 314 | 206 | 161 | 0 | 42 | 55 | 24 | 16 | 57 | 76 |
| Binary | 11001100 | 10000110 | 1110001 | 0 | 100010 | 101101 | 10100 | 1110 | 101111 | 111110 |
Color Harmonies of #CC8671
Complementary color
Monochromatic Colors of #CC8671
Black with #CC8671
Text Example
Text Example
White with #CC8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8671; }
p { color: rgb(204,134,113); }
H1.HeaderClassName
{
color: #CC8671;
}
.AnyTagClassName
{
color: #CC8671;
}
</style>
background-color css
<style>
a { background-color: #CC8671; }
a { background-color: rgb(204,134,113); }
div.DivClassName
{
background-color: #CC8671;
}
.BgClassName
{
background-color: #CC8671;
}
</style>
border-color css
<style>
span { border-color: #CC8671; }
span { border-color: rgb(204,134,113); }
td.TdClassName
{
border-color: #CC8671;
}
.TagClassName
{
border-color: #CC8671;
}
</style>