Shades of Feldspar #CC9275
Tints of Feldspar #CC9275
RGB
CMYK
RGB Variations
Color information
#CC9275 (or 0xCC9275) is known color: Feldspar. HEX triplet: CC, 92 and 75. RGB value is (204,146,117). Sum of RGB (Red+Green+Blue) = 204+146+117=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9275 is #336D8A. Grayscale: #A0A0A0. Windows color (decimal): -3370379 or 7705292. OLE color: 7705292.
HSL color Cylindrical-coordinate representation of color #CC9275: hue angle of 20º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC9275 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 117 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.2 |
| HSL | 20º | 0.46% | 0.63% | - |
| HSV(B) | 20º | 0.43% | 0.8% | - |
| XYZ | 38.39 | 34.68 | 21.5 | - |
| YUV | 160.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 117 | 0 | 0.28 | 0.43 | 0.2 | 20 | 0.46 | 0.63 |
| Hex | CC | 92 | 75 | 0 | 1C | 2B | 14 | 14 | 2E | 3F |
| Octal | 314 | 222 | 165 | 0 | 34 | 53 | 24 | 24 | 56 | 77 |
| Binary | 11001100 | 10010010 | 1110101 | 0 | 11100 | 101011 | 10100 | 10100 | 101110 | 111111 |
Color Harmonies of #CC9275
Complementary color
Monochromatic Colors of #CC9275
Black with #CC9275
Text Example
Text Example
White with #CC9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9275; }
p { color: rgb(204,146,117); }
H1.HeaderClassName
{
color: #CC9275;
}
.AnyTagClassName
{
color: #CC9275;
}
</style>
background-color css
<style>
a { background-color: #CC9275; }
a { background-color: rgb(204,146,117); }
div.DivClassName
{
background-color: #CC9275;
}
.BgClassName
{
background-color: #CC9275;
}
</style>
border-color css
<style>
span { border-color: #CC9275; }
span { border-color: rgb(204,146,117); }
td.TdClassName
{
border-color: #CC9275;
}
.TagClassName
{
border-color: #CC9275;
}
</style>