Shades of Feldspar #CC967A
Tints of Feldspar #CC967A
RGB
CMYK
RGB Variations
Color information
#CC967A (or 0xCC967A) is known color: Feldspar. HEX triplet: CC, 96 and 7A. RGB value is (204,150,122). Sum of RGB (Red+Green+Blue) = 204+150+122=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC967A is #336985. Grayscale: #A3A3A3. Windows color (decimal): -3369350 or 8033996. OLE color: 8033996.
HSL color Cylindrical-coordinate representation of color #CC967A: hue angle of 20.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC967A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 122 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.2 |
| HSL | 20.49º | 0.45% | 0.64% | - |
| HSV(B) | 20.49º | 0.4% | 0.8% | - |
| XYZ | 39.32 | 36.06 | 23.3 | - |
| YUV | 162.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 122 | 0 | 0.26 | 0.40 | 0.2 | 20.49 | 0.45 | 0.64 |
| Hex | CC | 96 | 7A | 0 | 1A | 28 | 14 | 14 | 2D | 40 |
| Octal | 314 | 226 | 172 | 0 | 32 | 50 | 24 | 24 | 55 | 100 |
| Binary | 11001100 | 10010110 | 1111010 | 0 | 11010 | 101000 | 10100 | 10100 | 101101 | 1000000 |
Color Harmonies of #CC967A
Complementary color
Monochromatic Colors of #CC967A
Black with #CC967A
Text Example
Text Example
White with #CC967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC967A; }
p { color: rgb(204,150,122); }
H1.HeaderClassName
{
color: #CC967A;
}
.AnyTagClassName
{
color: #CC967A;
}
</style>
background-color css
<style>
a { background-color: #CC967A; }
a { background-color: rgb(204,150,122); }
div.DivClassName
{
background-color: #CC967A;
}
.BgClassName
{
background-color: #CC967A;
}
</style>
border-color css
<style>
span { border-color: #CC967A; }
span { border-color: rgb(204,150,122); }
td.TdClassName
{
border-color: #CC967A;
}
.TagClassName
{
border-color: #CC967A;
}
</style>