Shades of Feldspar #CC9271
Tints of Feldspar #CC9271
RGB
CMYK
RGB Variations
Color information
#CC9271 (or 0xCC9271) is known color: Feldspar. HEX triplet: CC, 92 and 71. RGB value is (204,146,113). Sum of RGB (Red+Green+Blue) = 204+146+113=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9271 is #336D8E. Grayscale: #9F9F9F. Windows color (decimal): -3370383 or 7443148. OLE color: 7443148.
HSL color Cylindrical-coordinate representation of color #CC9271: hue angle of 21.76º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC9271 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 113 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.2 |
| HSL | 21.76º | 0.47% | 0.62% | - |
| HSV(B) | 21.76º | 0.45% | 0.8% | - |
| XYZ | 38.16 | 34.59 | 20.29 | - |
| YUV | 159.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 113 | 0 | 0.28 | 0.45 | 0.2 | 21.76 | 0.47 | 0.62 |
| Hex | CC | 92 | 71 | 0 | 1C | 2D | 14 | 16 | 2F | 3E |
| Octal | 314 | 222 | 161 | 0 | 34 | 55 | 24 | 26 | 57 | 76 |
| Binary | 11001100 | 10010010 | 1110001 | 0 | 11100 | 101101 | 10100 | 10110 | 101111 | 111110 |
Color Harmonies of #CC9271
Complementary color
Monochromatic Colors of #CC9271
Black with #CC9271
Text Example
Text Example
White with #CC9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9271; }
p { color: rgb(204,146,113); }
H1.HeaderClassName
{
color: #CC9271;
}
.AnyTagClassName
{
color: #CC9271;
}
</style>
background-color css
<style>
a { background-color: #CC9271; }
a { background-color: rgb(204,146,113); }
div.DivClassName
{
background-color: #CC9271;
}
.BgClassName
{
background-color: #CC9271;
}
</style>
border-color css
<style>
span { border-color: #CC9271; }
span { border-color: rgb(204,146,113); }
td.TdClassName
{
border-color: #CC9271;
}
.TagClassName
{
border-color: #CC9271;
}
</style>