Shades of Feldspar #CC957E
Tints of Feldspar #CC957E
RGB
CMYK
RGB Variations
Color information
#CC957E (or 0xCC957E) is known color: Feldspar. HEX triplet: CC, 95 and 7E. RGB value is (204,149,126). Sum of RGB (Red+Green+Blue) = 204+149+126=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC957E is #336A81. Grayscale: #A2A2A2. Windows color (decimal): -3369602 or 8295884. OLE color: 8295884.
HSL color Cylindrical-coordinate representation of color #CC957E: hue angle of 17.69º 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 #CC957E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 126 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.2 |
| HSL | 17.69º | 0.43% | 0.65% | - |
| HSV(B) | 17.69º | 0.38% | 0.8% | - |
| XYZ | 39.42 | 35.84 | 24.58 | - |
| YUV | 162.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 126 | 0 | 0.27 | 0.38 | 0.2 | 17.69 | 0.43 | 0.65 |
| Hex | CC | 95 | 7E | 0 | 1B | 26 | 14 | 12 | 2B | 41 |
| Octal | 314 | 225 | 176 | 0 | 33 | 46 | 24 | 22 | 53 | 101 |
| Binary | 11001100 | 10010101 | 1111110 | 0 | 11011 | 100110 | 10100 | 10010 | 101011 | 1000001 |
Color Harmonies of #CC957E
Complementary color
Monochromatic Colors of #CC957E
Black with #CC957E
Text Example
Text Example
White with #CC957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC957E; }
p { color: rgb(204,149,126); }
H1.HeaderClassName
{
color: #CC957E;
}
.AnyTagClassName
{
color: #CC957E;
}
</style>
background-color css
<style>
a { background-color: #CC957E; }
a { background-color: rgb(204,149,126); }
div.DivClassName
{
background-color: #CC957E;
}
.BgClassName
{
background-color: #CC957E;
}
</style>
border-color css
<style>
span { border-color: #CC957E; }
span { border-color: rgb(204,149,126); }
td.TdClassName
{
border-color: #CC957E;
}
.TagClassName
{
border-color: #CC957E;
}
</style>