Shades of Feldspar #CC9074
Tints of Feldspar #CC9074
RGB
CMYK
RGB Variations
Color information
#CC9074 (or 0xCC9074) is known color: Feldspar. HEX triplet: CC, 90 and 74. RGB value is (204,144,116). Sum of RGB (Red+Green+Blue) = 204+144+116=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9074 is #336F8B. Grayscale: #9E9E9E. Windows color (decimal): -3370892 or 7639244. OLE color: 7639244.
HSL color Cylindrical-coordinate representation of color #CC9074: hue angle of 19.09º 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 #CC9074 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 116 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.2 |
| HSL | 19.09º | 0.46% | 0.63% | - |
| HSV(B) | 19.09º | 0.43% | 0.8% | - |
| XYZ | 38.03 | 34.04 | 21.09 | - |
| YUV | 158.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 116 | 0 | 0.29 | 0.43 | 0.2 | 19.09 | 0.46 | 0.63 |
| Hex | CC | 90 | 74 | 0 | 1D | 2B | 14 | 13 | 2E | 3F |
| Octal | 314 | 220 | 164 | 0 | 35 | 53 | 24 | 23 | 56 | 77 |
| Binary | 11001100 | 10010000 | 1110100 | 0 | 11101 | 101011 | 10100 | 10011 | 101110 | 111111 |
Color Harmonies of #CC9074
Complementary color
Monochromatic Colors of #CC9074
Black with #CC9074
Text Example
Text Example
White with #CC9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9074; }
p { color: rgb(204,144,116); }
H1.HeaderClassName
{
color: #CC9074;
}
.AnyTagClassName
{
color: #CC9074;
}
</style>
background-color css
<style>
a { background-color: #CC9074; }
a { background-color: rgb(204,144,116); }
div.DivClassName
{
background-color: #CC9074;
}
.BgClassName
{
background-color: #CC9074;
}
</style>
border-color css
<style>
span { border-color: #CC9074; }
span { border-color: rgb(204,144,116); }
td.TdClassName
{
border-color: #CC9074;
}
.TagClassName
{
border-color: #CC9074;
}
</style>