Shades of Feldspar #CC967D
Tints of Feldspar #CC967D
RGB
CMYK
RGB Variations
Color information
#CC967D (or 0xCC967D) is known color: Feldspar. HEX triplet: CC, 96 and 7D. RGB value is (204,150,125). Sum of RGB (Red+Green+Blue) = 204+150+125=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC967D is #336982. Grayscale: #A3A3A3. Windows color (decimal): -3369347 or 8230604. OLE color: 8230604.
HSL color Cylindrical-coordinate representation of color #CC967D: hue angle of 18.99º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC967D is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 125 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.2 |
| HSL | 18.99º | 0.44% | 0.65% | - |
| HSV(B) | 18.99º | 0.39% | 0.8% | - |
| XYZ | 39.51 | 36.13 | 24.29 | - |
| YUV | 163.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 125 | 0 | 0.26 | 0.39 | 0.2 | 18.99 | 0.44 | 0.65 |
| Hex | CC | 96 | 7D | 0 | 1A | 27 | 14 | 13 | 2C | 41 |
| Octal | 314 | 226 | 175 | 0 | 32 | 47 | 24 | 23 | 54 | 101 |
| Binary | 11001100 | 10010110 | 1111101 | 0 | 11010 | 100111 | 10100 | 10011 | 101100 | 1000001 |
Color Harmonies of #CC967D
Complementary color
Monochromatic Colors of #CC967D
Black with #CC967D
Text Example
Text Example
White with #CC967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC967D; }
p { color: rgb(204,150,125); }
H1.HeaderClassName
{
color: #CC967D;
}
.AnyTagClassName
{
color: #CC967D;
}
</style>
background-color css
<style>
a { background-color: #CC967D; }
a { background-color: rgb(204,150,125); }
div.DivClassName
{
background-color: #CC967D;
}
.BgClassName
{
background-color: #CC967D;
}
</style>
border-color css
<style>
span { border-color: #CC967D; }
span { border-color: rgb(204,150,125); }
td.TdClassName
{
border-color: #CC967D;
}
.TagClassName
{
border-color: #CC967D;
}
</style>