Shades of Feldspar #CC9573
Tints of Feldspar #CC9573
RGB
CMYK
RGB Variations
Color information
#CC9573 (or 0xCC9573) is known color: Feldspar. HEX triplet: CC, 95 and 73. RGB value is (204,149,115). Sum of RGB (Red+Green+Blue) = 204+149+115=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9573 is #336A8C. Grayscale: #A1A1A1. Windows color (decimal): -3369613 or 7574988. OLE color: 7574988.
HSL color Cylindrical-coordinate representation of color #CC9573: hue angle of 22.92º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC9573 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 115 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.2 |
| HSL | 22.92º | 0.47% | 0.63% | - |
| HSV(B) | 22.92º | 0.44% | 0.8% | - |
| XYZ | 38.74 | 35.57 | 21.04 | - |
| YUV | 161.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 115 | 0 | 0.27 | 0.44 | 0.2 | 22.92 | 0.47 | 0.63 |
| Hex | CC | 95 | 73 | 0 | 1B | 2C | 14 | 17 | 2F | 3F |
| Octal | 314 | 225 | 163 | 0 | 33 | 54 | 24 | 27 | 57 | 77 |
| Binary | 11001100 | 10010101 | 1110011 | 0 | 11011 | 101100 | 10100 | 10111 | 101111 | 111111 |
Color Harmonies of #CC9573
Complementary color
Monochromatic Colors of #CC9573
Black with #CC9573
Text Example
Text Example
White with #CC9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9573; }
p { color: rgb(204,149,115); }
H1.HeaderClassName
{
color: #CC9573;
}
.AnyTagClassName
{
color: #CC9573;
}
</style>
background-color css
<style>
a { background-color: #CC9573; }
a { background-color: rgb(204,149,115); }
div.DivClassName
{
background-color: #CC9573;
}
.BgClassName
{
background-color: #CC9573;
}
</style>
border-color css
<style>
span { border-color: #CC9573; }
span { border-color: rgb(204,149,115); }
td.TdClassName
{
border-color: #CC9573;
}
.TagClassName
{
border-color: #CC9573;
}
</style>