Shades of Feldspar #CC9881
Tints of Feldspar #CC9881
RGB
CMYK
RGB Variations
Color information
#CC9881 (or 0xCC9881) is known color: Feldspar. HEX triplet: CC, 98 and 81. RGB value is (204,152,129). Sum of RGB (Red+Green+Blue) = 204+152+129=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9881 is #33677E. Grayscale: #A5A5A5. Windows color (decimal): -3368831 or 8493260. OLE color: 8493260.
HSL color Cylindrical-coordinate representation of color #CC9881: hue angle of 18.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9881 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 129 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.2 |
| HSL | 18.4º | 0.42% | 0.65% | - |
| HSV(B) | 18.4º | 0.37% | 0.8% | - |
| XYZ | 40.09 | 36.88 | 25.77 | - |
| YUV | 164.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 129 | 0 | 0.25 | 0.37 | 0.2 | 18.4 | 0.42 | 0.65 |
| Hex | CC | 98 | 81 | 0 | 19 | 25 | 14 | 12 | 2A | 41 |
| Octal | 314 | 230 | 201 | 0 | 31 | 45 | 24 | 22 | 52 | 101 |
| Binary | 11001100 | 10011000 | 10000001 | 0 | 11001 | 100101 | 10100 | 10010 | 101010 | 1000001 |
Color Harmonies of #CC9881
Complementary color
Monochromatic Colors of #CC9881
Black with #CC9881
Text Example
Text Example
White with #CC9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9881; }
p { color: rgb(204,152,129); }
H1.HeaderClassName
{
color: #CC9881;
}
.AnyTagClassName
{
color: #CC9881;
}
</style>
background-color css
<style>
a { background-color: #CC9881; }
a { background-color: rgb(204,152,129); }
div.DivClassName
{
background-color: #CC9881;
}
.BgClassName
{
background-color: #CC9881;
}
</style>
border-color css
<style>
span { border-color: #CC9881; }
span { border-color: rgb(204,152,129); }
td.TdClassName
{
border-color: #CC9881;
}
.TagClassName
{
border-color: #CC9881;
}
</style>