Shades of Feldspar #CC8873
Tints of Feldspar #CC8873
RGB
CMYK
RGB Variations
Color information
#CC8873 (or 0xCC8873) is known color: Feldspar. HEX triplet: CC, 88 and 73. RGB value is (204,136,115). Sum of RGB (Red+Green+Blue) = 204+136+115=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8873 is #33778C. Grayscale: #9A9A9A. Windows color (decimal): -3372941 or 7571660. OLE color: 7571660.
HSL color Cylindrical-coordinate representation of color #CC8873: hue angle of 14.16º 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 #CC8873 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 115 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.2 |
| HSL | 14.16º | 0.47% | 0.63% | - |
| HSV(B) | 14.16º | 0.44% | 0.8% | - |
| XYZ | 36.8 | 31.68 | 20.4 | - |
| YUV | 153.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 115 | 0 | 0.33 | 0.44 | 0.2 | 14.16 | 0.47 | 0.63 |
| Hex | CC | 88 | 73 | 0 | 21 | 2C | 14 | E | 2F | 3F |
| Octal | 314 | 210 | 163 | 0 | 41 | 54 | 24 | 16 | 57 | 77 |
| Binary | 11001100 | 10001000 | 1110011 | 0 | 100001 | 101100 | 10100 | 1110 | 101111 | 111111 |
Color Harmonies of #CC8873
Complementary color
Monochromatic Colors of #CC8873
Black with #CC8873
Text Example
Text Example
White with #CC8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8873; }
p { color: rgb(204,136,115); }
H1.HeaderClassName
{
color: #CC8873;
}
.AnyTagClassName
{
color: #CC8873;
}
</style>
background-color css
<style>
a { background-color: #CC8873; }
a { background-color: rgb(204,136,115); }
div.DivClassName
{
background-color: #CC8873;
}
.BgClassName
{
background-color: #CC8873;
}
</style>
border-color css
<style>
span { border-color: #CC8873; }
span { border-color: rgb(204,136,115); }
td.TdClassName
{
border-color: #CC8873;
}
.TagClassName
{
border-color: #CC8873;
}
</style>