Shades of Feldspar #CC967C
Tints of Feldspar #CC967C
RGB
CMYK
RGB Variations
Color information
#CC967C (or 0xCC967C) is known color: Feldspar. HEX triplet: CC, 96 and 7C. RGB value is (204,150,124). Sum of RGB (Red+Green+Blue) = 204+150+124=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC967C is #336983. Grayscale: #A3A3A3. Windows color (decimal): -3369348 or 8165068. OLE color: 8165068.
HSL color Cylindrical-coordinate representation of color #CC967C: hue angle of 19.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC967C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 124 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.2 |
| HSL | 19.5º | 0.44% | 0.64% | - |
| HSV(B) | 19.5º | 0.39% | 0.8% | - |
| XYZ | 39.45 | 36.11 | 23.96 | - |
| YUV | 163.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 124 | 0 | 0.26 | 0.39 | 0.2 | 19.5 | 0.44 | 0.64 |
| Hex | CC | 96 | 7C | 0 | 1A | 27 | 14 | 14 | 2C | 40 |
| Octal | 314 | 226 | 174 | 0 | 32 | 47 | 24 | 24 | 54 | 100 |
| Binary | 11001100 | 10010110 | 1111100 | 0 | 11010 | 100111 | 10100 | 10100 | 101100 | 1000000 |
Color Harmonies of #CC967C
Complementary color
Monochromatic Colors of #CC967C
Black with #CC967C
Text Example
Text Example
White with #CC967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC967C; }
p { color: rgb(204,150,124); }
H1.HeaderClassName
{
color: #CC967C;
}
.AnyTagClassName
{
color: #CC967C;
}
</style>
background-color css
<style>
a { background-color: #CC967C; }
a { background-color: rgb(204,150,124); }
div.DivClassName
{
background-color: #CC967C;
}
.BgClassName
{
background-color: #CC967C;
}
</style>
border-color css
<style>
span { border-color: #CC967C; }
span { border-color: rgb(204,150,124); }
td.TdClassName
{
border-color: #CC967C;
}
.TagClassName
{
border-color: #CC967C;
}
</style>