Shades of Feldspar #CC907E
Tints of Feldspar #CC907E
RGB
CMYK
RGB Variations
Color information
#CC907E (or 0xCC907E) is known color: Feldspar. HEX triplet: CC, 90 and 7E. RGB value is (204,144,126). Sum of RGB (Red+Green+Blue) = 204+144+126=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC907E is #336F81. Grayscale: #A0A0A0. Windows color (decimal): -3370882 or 8294604. OLE color: 8294604.
HSL color Cylindrical-coordinate representation of color #CC907E: hue angle of 13.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC907E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 126 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.2 |
| HSL | 13.85º | 0.43% | 0.65% | - |
| HSV(B) | 13.85º | 0.38% | 0.8% | - |
| XYZ | 38.64 | 34.29 | 24.32 | - |
| YUV | 159.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 126 | 0 | 0.29 | 0.38 | 0.2 | 13.85 | 0.43 | 0.65 |
| Hex | CC | 90 | 7E | 0 | 1D | 26 | 14 | E | 2B | 41 |
| Octal | 314 | 220 | 176 | 0 | 35 | 46 | 24 | 16 | 53 | 101 |
| Binary | 11001100 | 10010000 | 1111110 | 0 | 11101 | 100110 | 10100 | 1110 | 101011 | 1000001 |
Color Harmonies of #CC907E
Complementary color
Monochromatic Colors of #CC907E
Black with #CC907E
Text Example
Text Example
White with #CC907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC907E; }
p { color: rgb(204,144,126); }
H1.HeaderClassName
{
color: #CC907E;
}
.AnyTagClassName
{
color: #CC907E;
}
</style>
background-color css
<style>
a { background-color: #CC907E; }
a { background-color: rgb(204,144,126); }
div.DivClassName
{
background-color: #CC907E;
}
.BgClassName
{
background-color: #CC907E;
}
</style>
border-color css
<style>
span { border-color: #CC907E; }
span { border-color: rgb(204,144,126); }
td.TdClassName
{
border-color: #CC907E;
}
.TagClassName
{
border-color: #CC907E;
}
</style>