Shades of Feldspar #CC9078
Tints of Feldspar #CC9078
RGB
CMYK
RGB Variations
Color information
#CC9078 (or 0xCC9078) is known color: Feldspar. HEX triplet: CC, 90 and 78. RGB value is (204,144,120). Sum of RGB (Red+Green+Blue) = 204+144+120=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9078 is #336F87. Grayscale: #9F9F9F. Windows color (decimal): -3370888 or 7901388. OLE color: 7901388.
HSL color Cylindrical-coordinate representation of color #CC9078: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC9078 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 120 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.2 |
| HSL | 17.14º | 0.45% | 0.64% | - |
| HSV(B) | 17.14º | 0.41% | 0.8% | - |
| XYZ | 38.27 | 34.14 | 22.34 | - |
| YUV | 159.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 120 | 0 | 0.29 | 0.41 | 0.2 | 17.14 | 0.45 | 0.64 |
| Hex | CC | 90 | 78 | 0 | 1D | 29 | 14 | 11 | 2D | 40 |
| Octal | 314 | 220 | 170 | 0 | 35 | 51 | 24 | 21 | 55 | 100 |
| Binary | 11001100 | 10010000 | 1111000 | 0 | 11101 | 101001 | 10100 | 10001 | 101101 | 1000000 |
Color Harmonies of #CC9078
Complementary color
Monochromatic Colors of #CC9078
Black with #CC9078
Text Example
Text Example
White with #CC9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9078; }
p { color: rgb(204,144,120); }
H1.HeaderClassName
{
color: #CC9078;
}
.AnyTagClassName
{
color: #CC9078;
}
</style>
background-color css
<style>
a { background-color: #CC9078; }
a { background-color: rgb(204,144,120); }
div.DivClassName
{
background-color: #CC9078;
}
.BgClassName
{
background-color: #CC9078;
}
</style>
border-color css
<style>
span { border-color: #CC9078; }
span { border-color: rgb(204,144,120); }
td.TdClassName
{
border-color: #CC9078;
}
.TagClassName
{
border-color: #CC9078;
}
</style>