Shades of Feldspar #CC9873
Tints of Feldspar #CC9873
RGB
CMYK
RGB Variations
Color information
#CC9873 (or 0xCC9873) is known color: Feldspar. HEX triplet: CC, 98 and 73. RGB value is (204,152,115). Sum of RGB (Red+Green+Blue) = 204+152+115=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9873 is #33678C. Grayscale: #A3A3A3. Windows color (decimal): -3368845 or 7575756. OLE color: 7575756.
HSL color Cylindrical-coordinate representation of color #CC9873: hue angle of 24.94º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC9873 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 115 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.2 |
| HSL | 24.94º | 0.47% | 0.63% | - |
| HSV(B) | 24.94º | 0.44% | 0.8% | - |
| XYZ | 39.22 | 36.53 | 21.2 | - |
| YUV | 163.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 115 | 0 | 0.25 | 0.44 | 0.2 | 24.94 | 0.47 | 0.63 |
| Hex | CC | 98 | 73 | 0 | 19 | 2C | 14 | 19 | 2F | 3F |
| Octal | 314 | 230 | 163 | 0 | 31 | 54 | 24 | 31 | 57 | 77 |
| Binary | 11001100 | 10011000 | 1110011 | 0 | 11001 | 101100 | 10100 | 11001 | 101111 | 111111 |
Color Harmonies of #CC9873
Complementary color
Monochromatic Colors of #CC9873
Black with #CC9873
Text Example
Text Example
White with #CC9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9873; }
p { color: rgb(204,152,115); }
H1.HeaderClassName
{
color: #CC9873;
}
.AnyTagClassName
{
color: #CC9873;
}
</style>
background-color css
<style>
a { background-color: #CC9873; }
a { background-color: rgb(204,152,115); }
div.DivClassName
{
background-color: #CC9873;
}
.BgClassName
{
background-color: #CC9873;
}
</style>
border-color css
<style>
span { border-color: #CC9873; }
span { border-color: rgb(204,152,115); }
td.TdClassName
{
border-color: #CC9873;
}
.TagClassName
{
border-color: #CC9873;
}
</style>