Shades of Feldspar #CC9581
Tints of Feldspar #CC9581
RGB
CMYK
RGB Variations
Color information
#CC9581 (or 0xCC9581) is known color: Feldspar. HEX triplet: CC, 95 and 81. RGB value is (204,149,129). Sum of RGB (Red+Green+Blue) = 204+149+129=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9581 is #336A7E. Grayscale: #A3A3A3. Windows color (decimal): -3369599 or 8492492. OLE color: 8492492.
HSL color Cylindrical-coordinate representation of color #CC9581: hue angle of 16º 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 #CC9581 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 129 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.2 |
| HSL | 16º | 0.42% | 0.65% | - |
| HSV(B) | 16º | 0.37% | 0.8% | - |
| XYZ | 39.61 | 35.92 | 25.61 | - |
| YUV | 163.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 129 | 0 | 0.27 | 0.37 | 0.2 | 16 | 0.42 | 0.65 |
| Hex | CC | 95 | 81 | 0 | 1B | 25 | 14 | 10 | 2A | 41 |
| Octal | 314 | 225 | 201 | 0 | 33 | 45 | 24 | 20 | 52 | 101 |
| Binary | 11001100 | 10010101 | 10000001 | 0 | 11011 | 100101 | 10100 | 10000 | 101010 | 1000001 |
Color Harmonies of #CC9581
Complementary color
Monochromatic Colors of #CC9581
Black with #CC9581
Text Example
Text Example
White with #CC9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9581; }
p { color: rgb(204,149,129); }
H1.HeaderClassName
{
color: #CC9581;
}
.AnyTagClassName
{
color: #CC9581;
}
</style>
background-color css
<style>
a { background-color: #CC9581; }
a { background-color: rgb(204,149,129); }
div.DivClassName
{
background-color: #CC9581;
}
.BgClassName
{
background-color: #CC9581;
}
</style>
border-color css
<style>
span { border-color: #CC9581; }
span { border-color: rgb(204,149,129); }
td.TdClassName
{
border-color: #CC9581;
}
.TagClassName
{
border-color: #CC9581;
}
</style>