Shades of Feldspar #CC9679
Tints of Feldspar #CC9679
RGB
CMYK
RGB Variations
Color information
#CC9679 (or 0xCC9679) is known color: Feldspar. HEX triplet: CC, 96 and 79. RGB value is (204,150,121). Sum of RGB (Red+Green+Blue) = 204+150+121=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9679 is #336986. Grayscale: #A3A3A3. Windows color (decimal): -3369351 or 7968460. OLE color: 7968460.
HSL color Cylindrical-coordinate representation of color #CC9679: hue angle of 20.96º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC9679 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 121 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.2 |
| HSL | 20.96º | 0.45% | 0.64% | - |
| HSV(B) | 20.96º | 0.41% | 0.8% | - |
| XYZ | 39.26 | 36.03 | 22.97 | - |
| YUV | 162.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 121 | 0 | 0.26 | 0.41 | 0.2 | 20.96 | 0.45 | 0.64 |
| Hex | CC | 96 | 79 | 0 | 1A | 29 | 14 | 15 | 2D | 40 |
| Octal | 314 | 226 | 171 | 0 | 32 | 51 | 24 | 25 | 55 | 100 |
| Binary | 11001100 | 10010110 | 1111001 | 0 | 11010 | 101001 | 10100 | 10101 | 101101 | 1000000 |
Color Harmonies of #CC9679
Complementary color
Monochromatic Colors of #CC9679
Black with #CC9679
Text Example
Text Example
White with #CC9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9679; }
p { color: rgb(204,150,121); }
H1.HeaderClassName
{
color: #CC9679;
}
.AnyTagClassName
{
color: #CC9679;
}
</style>
background-color css
<style>
a { background-color: #CC9679; }
a { background-color: rgb(204,150,121); }
div.DivClassName
{
background-color: #CC9679;
}
.BgClassName
{
background-color: #CC9679;
}
</style>
border-color css
<style>
span { border-color: #CC9679; }
span { border-color: rgb(204,150,121); }
td.TdClassName
{
border-color: #CC9679;
}
.TagClassName
{
border-color: #CC9679;
}
</style>