Shades of Feldspar #CC966F
Tints of Feldspar #CC966F
RGB
CMYK
RGB Variations
Color information
#CC966F (or 0xCC966F) is known color: Feldspar. HEX triplet: CC, 96 and 6F. RGB value is (204,150,111). Sum of RGB (Red+Green+Blue) = 204+150+111=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC966F is #336990. Grayscale: #A1A1A1. Windows color (decimal): -3369361 or 7313100. OLE color: 7313100.
HSL color Cylindrical-coordinate representation of color #CC966F: hue angle of 25.16º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC966F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 111 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.2 |
| HSL | 25.16º | 0.48% | 0.62% | - |
| HSV(B) | 25.16º | 0.46% | 0.8% | - |
| XYZ | 38.68 | 35.8 | 19.91 | - |
| YUV | 161.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 111 | 0 | 0.26 | 0.46 | 0.2 | 25.16 | 0.48 | 0.62 |
| Hex | CC | 96 | 6F | 0 | 1A | 2E | 14 | 19 | 30 | 3E |
| Octal | 314 | 226 | 157 | 0 | 32 | 56 | 24 | 31 | 60 | 76 |
| Binary | 11001100 | 10010110 | 1101111 | 0 | 11010 | 101110 | 10100 | 11001 | 110000 | 111110 |
Color Harmonies of #CC966F
Complementary color
Monochromatic Colors of #CC966F
Black with #CC966F
Text Example
Text Example
White with #CC966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC966F; }
p { color: rgb(204,150,111); }
H1.HeaderClassName
{
color: #CC966F;
}
.AnyTagClassName
{
color: #CC966F;
}
</style>
background-color css
<style>
a { background-color: #CC966F; }
a { background-color: rgb(204,150,111); }
div.DivClassName
{
background-color: #CC966F;
}
.BgClassName
{
background-color: #CC966F;
}
</style>
border-color css
<style>
span { border-color: #CC966F; }
span { border-color: rgb(204,150,111); }
td.TdClassName
{
border-color: #CC966F;
}
.TagClassName
{
border-color: #CC966F;
}
</style>