Shades of Feldspar #CC9875
Tints of Feldspar #CC9875
RGB
CMYK
RGB Variations
Color information
#CC9875 (or 0xCC9875) is known color: Feldspar. HEX triplet: CC, 98 and 75. RGB value is (204,152,117). Sum of RGB (Red+Green+Blue) = 204+152+117=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9875 is #33678A. Grayscale: #A3A3A3. Windows color (decimal): -3368843 or 7706828. OLE color: 7706828.
HSL color Cylindrical-coordinate representation of color #CC9875: hue angle of 24.14º 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 #CC9875 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 117 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.2 |
| HSL | 24.14º | 0.46% | 0.63% | - |
| HSV(B) | 24.14º | 0.43% | 0.8% | - |
| XYZ | 39.34 | 36.58 | 21.82 | - |
| YUV | 163.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 117 | 0 | 0.25 | 0.43 | 0.2 | 24.14 | 0.46 | 0.63 |
| Hex | CC | 98 | 75 | 0 | 19 | 2B | 14 | 18 | 2E | 3F |
| Octal | 314 | 230 | 165 | 0 | 31 | 53 | 24 | 30 | 56 | 77 |
| Binary | 11001100 | 10011000 | 1110101 | 0 | 11001 | 101011 | 10100 | 11000 | 101110 | 111111 |
Color Harmonies of #CC9875
Complementary color
Monochromatic Colors of #CC9875
Black with #CC9875
Text Example
Text Example
White with #CC9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9875; }
p { color: rgb(204,152,117); }
H1.HeaderClassName
{
color: #CC9875;
}
.AnyTagClassName
{
color: #CC9875;
}
</style>
background-color css
<style>
a { background-color: #CC9875; }
a { background-color: rgb(204,152,117); }
div.DivClassName
{
background-color: #CC9875;
}
.BgClassName
{
background-color: #CC9875;
}
</style>
border-color css
<style>
span { border-color: #CC9875; }
span { border-color: rgb(204,152,117); }
td.TdClassName
{
border-color: #CC9875;
}
.TagClassName
{
border-color: #CC9875;
}
</style>