Shades of Feldspar #CC937E
Tints of Feldspar #CC937E
RGB
CMYK
RGB Variations
Color information
#CC937E (or 0xCC937E) is known color: Feldspar. HEX triplet: CC, 93 and 7E. RGB value is (204,147,126). Sum of RGB (Red+Green+Blue) = 204+147+126=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC937E is #336C81. Grayscale: #A1A1A1. Windows color (decimal): -3370114 or 8295372. OLE color: 8295372.
HSL color Cylindrical-coordinate representation of color #CC937E: hue angle of 16.15º 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 #CC937E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 126 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.2 |
| HSL | 16.15º | 0.43% | 0.65% | - |
| HSV(B) | 16.15º | 0.38% | 0.8% | - |
| XYZ | 39.1 | 35.21 | 24.47 | - |
| YUV | 161.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 126 | 0 | 0.28 | 0.38 | 0.2 | 16.15 | 0.43 | 0.65 |
| Hex | CC | 93 | 7E | 0 | 1C | 26 | 14 | 10 | 2B | 41 |
| Octal | 314 | 223 | 176 | 0 | 34 | 46 | 24 | 20 | 53 | 101 |
| Binary | 11001100 | 10010011 | 1111110 | 0 | 11100 | 100110 | 10100 | 10000 | 101011 | 1000001 |
Color Harmonies of #CC937E
Complementary color
Monochromatic Colors of #CC937E
Black with #CC937E
Text Example
Text Example
White with #CC937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC937E; }
p { color: rgb(204,147,126); }
H1.HeaderClassName
{
color: #CC937E;
}
.AnyTagClassName
{
color: #CC937E;
}
</style>
background-color css
<style>
a { background-color: #CC937E; }
a { background-color: rgb(204,147,126); }
div.DivClassName
{
background-color: #CC937E;
}
.BgClassName
{
background-color: #CC937E;
}
</style>
border-color css
<style>
span { border-color: #CC937E; }
span { border-color: rgb(204,147,126); }
td.TdClassName
{
border-color: #CC937E;
}
.TagClassName
{
border-color: #CC937E;
}
</style>