Shades of Feldspar #CC8672
Tints of Feldspar #CC8672
RGB
CMYK
RGB Variations
Color information
#CC8672 (or 0xCC8672) is known color: Feldspar. HEX triplet: CC, 86 and 72. RGB value is (204,134,114). Sum of RGB (Red+Green+Blue) = 204+134+114=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8672 is #33798D. Grayscale: #989898. Windows color (decimal): -3373454 or 7505612. OLE color: 7505612.
HSL color Cylindrical-coordinate representation of color #CC8672: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8672 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 114 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.2 |
| HSL | 13.33º | 0.47% | 0.62% | - |
| HSV(B) | 13.33º | 0.44% | 0.8% | - |
| XYZ | 36.46 | 31.1 | 20 | - |
| YUV | 152.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 114 | 0 | 0.34 | 0.44 | 0.2 | 13.33 | 0.47 | 0.62 |
| Hex | CC | 86 | 72 | 0 | 22 | 2C | 14 | D | 2F | 3E |
| Octal | 314 | 206 | 162 | 0 | 42 | 54 | 24 | 15 | 57 | 76 |
| Binary | 11001100 | 10000110 | 1110010 | 0 | 100010 | 101100 | 10100 | 1101 | 101111 | 111110 |
Color Harmonies of #CC8672
Complementary color
Monochromatic Colors of #CC8672
Black with #CC8672
Text Example
Text Example
White with #CC8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8672; }
p { color: rgb(204,134,114); }
H1.HeaderClassName
{
color: #CC8672;
}
.AnyTagClassName
{
color: #CC8672;
}
</style>
background-color css
<style>
a { background-color: #CC8672; }
a { background-color: rgb(204,134,114); }
div.DivClassName
{
background-color: #CC8672;
}
.BgClassName
{
background-color: #CC8672;
}
</style>
border-color css
<style>
span { border-color: #CC8672; }
span { border-color: rgb(204,134,114); }
td.TdClassName
{
border-color: #CC8672;
}
.TagClassName
{
border-color: #CC8672;
}
</style>