Shades of Feldspar #CC9276
Tints of Feldspar #CC9276
RGB
CMYK
RGB Variations
Color information
#CC9276 (or 0xCC9276) is known color: Feldspar. HEX triplet: CC, 92 and 76. RGB value is (204,146,118). Sum of RGB (Red+Green+Blue) = 204+146+118=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9276 is #336D89. Grayscale: #A0A0A0. Windows color (decimal): -3370378 or 7770828. OLE color: 7770828.
HSL color Cylindrical-coordinate representation of color #CC9276: hue angle of 19.53º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC9276 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 118 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.2 |
| HSL | 19.53º | 0.46% | 0.63% | - |
| HSV(B) | 19.53º | 0.42% | 0.8% | - |
| XYZ | 38.45 | 34.7 | 21.81 | - |
| YUV | 160.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 118 | 0 | 0.28 | 0.42 | 0.2 | 19.53 | 0.46 | 0.63 |
| Hex | CC | 92 | 76 | 0 | 1C | 2A | 14 | 14 | 2E | 3F |
| Octal | 314 | 222 | 166 | 0 | 34 | 52 | 24 | 24 | 56 | 77 |
| Binary | 11001100 | 10010010 | 1110110 | 0 | 11100 | 101010 | 10100 | 10100 | 101110 | 111111 |
Color Harmonies of #CC9276
Complementary color
Monochromatic Colors of #CC9276
Black with #CC9276
Text Example
Text Example
White with #CC9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9276; }
p { color: rgb(204,146,118); }
H1.HeaderClassName
{
color: #CC9276;
}
.AnyTagClassName
{
color: #CC9276;
}
</style>
background-color css
<style>
a { background-color: #CC9276; }
a { background-color: rgb(204,146,118); }
div.DivClassName
{
background-color: #CC9276;
}
.BgClassName
{
background-color: #CC9276;
}
</style>
border-color css
<style>
span { border-color: #CC9276; }
span { border-color: rgb(204,146,118); }
td.TdClassName
{
border-color: #CC9276;
}
.TagClassName
{
border-color: #CC9276;
}
</style>