Shades of Feldspar #CC8973
Tints of Feldspar #CC8973
RGB
CMYK
RGB Variations
Color information
#CC8973 (or 0xCC8973) is known color: Feldspar. HEX triplet: CC, 89 and 73. RGB value is (204,137,115). Sum of RGB (Red+Green+Blue) = 204+137+115=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8973 is #33768C. Grayscale: #9A9A9A. Windows color (decimal): -3372685 or 7571916. OLE color: 7571916.
HSL color Cylindrical-coordinate representation of color #CC8973: hue angle of 14.83º 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 #CC8973 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 115 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.2 |
| HSL | 14.83º | 0.47% | 0.63% | - |
| HSV(B) | 14.83º | 0.44% | 0.8% | - |
| XYZ | 36.94 | 31.97 | 20.44 | - |
| YUV | 154.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 115 | 0 | 0.33 | 0.44 | 0.2 | 14.83 | 0.47 | 0.63 |
| Hex | CC | 89 | 73 | 0 | 21 | 2C | 14 | F | 2F | 3F |
| Octal | 314 | 211 | 163 | 0 | 41 | 54 | 24 | 17 | 57 | 77 |
| Binary | 11001100 | 10001001 | 1110011 | 0 | 100001 | 101100 | 10100 | 1111 | 101111 | 111111 |
Color Harmonies of #CC8973
Complementary color
Monochromatic Colors of #CC8973
Black with #CC8973
Text Example
Text Example
White with #CC8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8973; }
p { color: rgb(204,137,115); }
H1.HeaderClassName
{
color: #CC8973;
}
.AnyTagClassName
{
color: #CC8973;
}
</style>
background-color css
<style>
a { background-color: #CC8973; }
a { background-color: rgb(204,137,115); }
div.DivClassName
{
background-color: #CC8973;
}
.BgClassName
{
background-color: #CC8973;
}
</style>
border-color css
<style>
span { border-color: #CC8973; }
span { border-color: rgb(204,137,115); }
td.TdClassName
{
border-color: #CC8973;
}
.TagClassName
{
border-color: #CC8973;
}
</style>