Shades of Feldspar #CC9676
Tints of Feldspar #CC9676
RGB
CMYK
RGB Variations
Color information
#CC9676 (or 0xCC9676) is known color: Feldspar. HEX triplet: CC, 96 and 76. RGB value is (204,150,118). Sum of RGB (Red+Green+Blue) = 204+150+118=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9676 is #336989. Grayscale: #A2A2A2. Windows color (decimal): -3369354 or 7771852. OLE color: 7771852.
HSL color Cylindrical-coordinate representation of color #CC9676: hue angle of 22.33º 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 #CC9676 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 118 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.2 |
| HSL | 22.33º | 0.46% | 0.63% | - |
| HSV(B) | 22.33º | 0.42% | 0.8% | - |
| XYZ | 39.08 | 35.96 | 22.02 | - |
| YUV | 162.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 118 | 0 | 0.26 | 0.42 | 0.2 | 22.33 | 0.46 | 0.63 |
| Hex | CC | 96 | 76 | 0 | 1A | 2A | 14 | 16 | 2E | 3F |
| Octal | 314 | 226 | 166 | 0 | 32 | 52 | 24 | 26 | 56 | 77 |
| Binary | 11001100 | 10010110 | 1110110 | 0 | 11010 | 101010 | 10100 | 10110 | 101110 | 111111 |
Color Harmonies of #CC9676
Complementary color
Monochromatic Colors of #CC9676
Black with #CC9676
Text Example
Text Example
White with #CC9676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9676; }
p { color: rgb(204,150,118); }
H1.HeaderClassName
{
color: #CC9676;
}
.AnyTagClassName
{
color: #CC9676;
}
</style>
background-color css
<style>
a { background-color: #CC9676; }
a { background-color: rgb(204,150,118); }
div.DivClassName
{
background-color: #CC9676;
}
.BgClassName
{
background-color: #CC9676;
}
</style>
border-color css
<style>
span { border-color: #CC9676; }
span { border-color: rgb(204,150,118); }
td.TdClassName
{
border-color: #CC9676;
}
.TagClassName
{
border-color: #CC9676;
}
</style>