Shades of Feldspar #CC8F73
Tints of Feldspar #CC8F73
RGB
CMYK
RGB Variations
Color information
#CC8F73 (or 0xCC8F73) is known color: Feldspar. HEX triplet: CC, 8F and 73. RGB value is (204,143,115). Sum of RGB (Red+Green+Blue) = 204+143+115=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F73 is #33708C. Grayscale: #9E9E9E. Windows color (decimal): -3371149 or 7573452. OLE color: 7573452.
HSL color Cylindrical-coordinate representation of color #CC8F73: hue angle of 18.88º 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 #CC8F73 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 115 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.2 |
| HSL | 18.88º | 0.47% | 0.63% | - |
| HSV(B) | 18.88º | 0.44% | 0.8% | - |
| XYZ | 37.82 | 33.72 | 20.74 | - |
| YUV | 158.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 115 | 0 | 0.30 | 0.44 | 0.2 | 18.88 | 0.47 | 0.63 |
| Hex | CC | 8F | 73 | 0 | 1E | 2C | 14 | 13 | 2F | 3F |
| Octal | 314 | 217 | 163 | 0 | 36 | 54 | 24 | 23 | 57 | 77 |
| Binary | 11001100 | 10001111 | 1110011 | 0 | 11110 | 101100 | 10100 | 10011 | 101111 | 111111 |
Color Harmonies of #CC8F73
Complementary color
Monochromatic Colors of #CC8F73
Black with #CC8F73
Text Example
Text Example
White with #CC8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F73; }
p { color: rgb(204,143,115); }
H1.HeaderClassName
{
color: #CC8F73;
}
.AnyTagClassName
{
color: #CC8F73;
}
</style>
background-color css
<style>
a { background-color: #CC8F73; }
a { background-color: rgb(204,143,115); }
div.DivClassName
{
background-color: #CC8F73;
}
.BgClassName
{
background-color: #CC8F73;
}
</style>
border-color css
<style>
span { border-color: #CC8F73; }
span { border-color: rgb(204,143,115); }
td.TdClassName
{
border-color: #CC8F73;
}
.TagClassName
{
border-color: #CC8F73;
}
</style>