Shades of Feldspar #CC9973
Tints of Feldspar #CC9973
RGB
CMYK
RGB Variations
Color information
#CC9973 (or 0xCC9973) is known color: Feldspar. HEX triplet: CC, 99 and 73. RGB value is (204,153,115). Sum of RGB (Red+Green+Blue) = 204+153+115=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9973 is #33668C. Grayscale: #A4A4A4. Windows color (decimal): -3368589 or 7576012. OLE color: 7576012.
HSL color Cylindrical-coordinate representation of color #CC9973: hue angle of 25.62º 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 #CC9973 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 115 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.2 |
| HSL | 25.62º | 0.47% | 0.63% | - |
| HSV(B) | 25.62º | 0.44% | 0.8% | - |
| XYZ | 39.39 | 36.86 | 21.26 | - |
| YUV | 163.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 115 | 0 | 0.25 | 0.44 | 0.2 | 25.62 | 0.47 | 0.63 |
| Hex | CC | 99 | 73 | 0 | 19 | 2C | 14 | 1A | 2F | 3F |
| Octal | 314 | 231 | 163 | 0 | 31 | 54 | 24 | 32 | 57 | 77 |
| Binary | 11001100 | 10011001 | 1110011 | 0 | 11001 | 101100 | 10100 | 11010 | 101111 | 111111 |
Color Harmonies of #CC9973
Complementary color
Monochromatic Colors of #CC9973
Black with #CC9973
Text Example
Text Example
White with #CC9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9973; }
p { color: rgb(204,153,115); }
H1.HeaderClassName
{
color: #CC9973;
}
.AnyTagClassName
{
color: #CC9973;
}
</style>
background-color css
<style>
a { background-color: #CC9973; }
a { background-color: rgb(204,153,115); }
div.DivClassName
{
background-color: #CC9973;
}
.BgClassName
{
background-color: #CC9973;
}
</style>
border-color css
<style>
span { border-color: #CC9973; }
span { border-color: rgb(204,153,115); }
td.TdClassName
{
border-color: #CC9973;
}
.TagClassName
{
border-color: #CC9973;
}
</style>