Shades of Feldspar #CC9473
Tints of Feldspar #CC9473
RGB
CMYK
RGB Variations
Color information
#CC9473 (or 0xCC9473) is known color: Feldspar. HEX triplet: CC, 94 and 73. RGB value is (204,148,115). Sum of RGB (Red+Green+Blue) = 204+148+115=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9473 is #336B8C. Grayscale: #A1A1A1. Windows color (decimal): -3369869 or 7574732. OLE color: 7574732.
HSL color Cylindrical-coordinate representation of color #CC9473: hue angle of 22.25º 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 #CC9473 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 115 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.2 |
| HSL | 22.25º | 0.47% | 0.63% | - |
| HSV(B) | 22.25º | 0.44% | 0.8% | - |
| XYZ | 38.59 | 35.25 | 20.99 | - |
| YUV | 160.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 115 | 0 | 0.27 | 0.44 | 0.2 | 22.25 | 0.47 | 0.63 |
| Hex | CC | 94 | 73 | 0 | 1B | 2C | 14 | 16 | 2F | 3F |
| Octal | 314 | 224 | 163 | 0 | 33 | 54 | 24 | 26 | 57 | 77 |
| Binary | 11001100 | 10010100 | 1110011 | 0 | 11011 | 101100 | 10100 | 10110 | 101111 | 111111 |
Color Harmonies of #CC9473
Complementary color
Monochromatic Colors of #CC9473
Black with #CC9473
Text Example
Text Example
White with #CC9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9473; }
p { color: rgb(204,148,115); }
H1.HeaderClassName
{
color: #CC9473;
}
.AnyTagClassName
{
color: #CC9473;
}
</style>
background-color css
<style>
a { background-color: #CC9473; }
a { background-color: rgb(204,148,115); }
div.DivClassName
{
background-color: #CC9473;
}
.BgClassName
{
background-color: #CC9473;
}
</style>
border-color css
<style>
span { border-color: #CC9473; }
span { border-color: rgb(204,148,115); }
td.TdClassName
{
border-color: #CC9473;
}
.TagClassName
{
border-color: #CC9473;
}
</style>