Shades of Feldspar #CC927F
Tints of Feldspar #CC927F
RGB
CMYK
RGB Variations
Color information
#CC927F (or 0xCC927F) is known color: Feldspar. HEX triplet: CC, 92 and 7F. RGB value is (204,146,127). Sum of RGB (Red+Green+Blue) = 204+146+127=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC927F is #336D80. Grayscale: #A1A1A1. Windows color (decimal): -3370369 or 8360652. OLE color: 8360652.
HSL color Cylindrical-coordinate representation of color #CC927F: hue angle of 14.81º 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 #CC927F is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 127 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.2 |
| HSL | 14.81º | 0.43% | 0.65% | - |
| HSV(B) | 14.81º | 0.38% | 0.8% | - |
| XYZ | 39.01 | 34.93 | 24.76 | - |
| YUV | 161.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 127 | 0 | 0.28 | 0.38 | 0.2 | 14.81 | 0.43 | 0.65 |
| Hex | CC | 92 | 7F | 0 | 1C | 26 | 14 | F | 2B | 41 |
| Octal | 314 | 222 | 177 | 0 | 34 | 46 | 24 | 17 | 53 | 101 |
| Binary | 11001100 | 10010010 | 1111111 | 0 | 11100 | 100110 | 10100 | 1111 | 101011 | 1000001 |
Color Harmonies of #CC927F
Complementary color
Monochromatic Colors of #CC927F
Black with #CC927F
Text Example
Text Example
White with #CC927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC927F; }
p { color: rgb(204,146,127); }
H1.HeaderClassName
{
color: #CC927F;
}
.AnyTagClassName
{
color: #CC927F;
}
</style>
background-color css
<style>
a { background-color: #CC927F; }
a { background-color: rgb(204,146,127); }
div.DivClassName
{
background-color: #CC927F;
}
.BgClassName
{
background-color: #CC927F;
}
</style>
border-color css
<style>
span { border-color: #CC927F; }
span { border-color: rgb(204,146,127); }
td.TdClassName
{
border-color: #CC927F;
}
.TagClassName
{
border-color: #CC927F;
}
</style>