Shades of Feldspar #CC8574
Tints of Feldspar #CC8574
RGB
CMYK
RGB Variations
Color information
#CC8574 (or 0xCC8574) is known color: Feldspar. HEX triplet: CC, 85 and 74. RGB value is (204,133,116). Sum of RGB (Red+Green+Blue) = 204+133+116=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8574 is #337A8B. Grayscale: #989898. Windows color (decimal): -3373708 or 7636428. OLE color: 7636428.
HSL color Cylindrical-coordinate representation of color #CC8574: hue angle of 11.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8574 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 116 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.2 |
| HSL | 11.59º | 0.46% | 0.63% | - |
| HSV(B) | 11.59º | 0.43% | 0.8% | - |
| XYZ | 36.44 | 30.87 | 20.56 | - |
| YUV | 152.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 116 | 0 | 0.35 | 0.43 | 0.2 | 11.59 | 0.46 | 0.63 |
| Hex | CC | 85 | 74 | 0 | 23 | 2B | 14 | C | 2E | 3F |
| Octal | 314 | 205 | 164 | 0 | 43 | 53 | 24 | 14 | 56 | 77 |
| Binary | 11001100 | 10000101 | 1110100 | 0 | 100011 | 101011 | 10100 | 1100 | 101110 | 111111 |
Color Harmonies of #CC8574
Complementary color
Monochromatic Colors of #CC8574
Black with #CC8574
Text Example
Text Example
White with #CC8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8574; }
p { color: rgb(204,133,116); }
H1.HeaderClassName
{
color: #CC8574;
}
.AnyTagClassName
{
color: #CC8574;
}
</style>
background-color css
<style>
a { background-color: #CC8574; }
a { background-color: rgb(204,133,116); }
div.DivClassName
{
background-color: #CC8574;
}
.BgClassName
{
background-color: #CC8574;
}
</style>
border-color css
<style>
span { border-color: #CC8574; }
span { border-color: rgb(204,133,116); }
td.TdClassName
{
border-color: #CC8574;
}
.TagClassName
{
border-color: #CC8574;
}
</style>