Shades of Feldspar #CC8F7C
Tints of Feldspar #CC8F7C
RGB
CMYK
RGB Variations
Color information
#CC8F7C (or 0xCC8F7C) is known color: Feldspar. HEX triplet: CC, 8F and 7C. RGB value is (204,143,124). Sum of RGB (Red+Green+Blue) = 204+143+124=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F7C is #337083. Grayscale: #9F9F9F. Windows color (decimal): -3371140 or 8163276. OLE color: 8163276.
HSL color Cylindrical-coordinate representation of color #CC8F7C: hue angle of 14.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC8F7C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 124 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.2 |
| HSL | 14.25º | 0.44% | 0.64% | - |
| HSV(B) | 14.25º | 0.39% | 0.8% | - |
| XYZ | 38.36 | 33.94 | 23.6 | - |
| YUV | 159.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 124 | 0 | 0.30 | 0.39 | 0.2 | 14.25 | 0.44 | 0.64 |
| Hex | CC | 8F | 7C | 0 | 1E | 27 | 14 | E | 2C | 40 |
| Octal | 314 | 217 | 174 | 0 | 36 | 47 | 24 | 16 | 54 | 100 |
| Binary | 11001100 | 10001111 | 1111100 | 0 | 11110 | 100111 | 10100 | 1110 | 101100 | 1000000 |
Color Harmonies of #CC8F7C
Complementary color
Monochromatic Colors of #CC8F7C
Black with #CC8F7C
Text Example
Text Example
White with #CC8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F7C; }
p { color: rgb(204,143,124); }
H1.HeaderClassName
{
color: #CC8F7C;
}
.AnyTagClassName
{
color: #CC8F7C;
}
</style>
background-color css
<style>
a { background-color: #CC8F7C; }
a { background-color: rgb(204,143,124); }
div.DivClassName
{
background-color: #CC8F7C;
}
.BgClassName
{
background-color: #CC8F7C;
}
</style>
border-color css
<style>
span { border-color: #CC8F7C; }
span { border-color: rgb(204,143,124); }
td.TdClassName
{
border-color: #CC8F7C;
}
.TagClassName
{
border-color: #CC8F7C;
}
</style>