Shades of Feldspar #CC8F6E
Tints of Feldspar #CC8F6E
RGB
CMYK
RGB Variations
Color information
#CC8F6E (or 0xCC8F6E) is known color: Feldspar. HEX triplet: CC, 8F and 6E. RGB value is (204,143,110). Sum of RGB (Red+Green+Blue) = 204+143+110=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F6E is #337091. Grayscale: #9D9D9D. Windows color (decimal): -3371154 or 7245772. OLE color: 7245772.
HSL color Cylindrical-coordinate representation of color #CC8F6E: hue angle of 21.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC8F6E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 110 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.2 |
| HSL | 21.06º | 0.48% | 0.62% | - |
| HSV(B) | 21.06º | 0.46% | 0.8% | - |
| XYZ | 37.54 | 33.61 | 19.26 | - |
| YUV | 157.48 | 101.21 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 110 | 0 | 0.30 | 0.46 | 0.2 | 21.06 | 0.48 | 0.62 |
| Hex | CC | 8F | 6E | 0 | 1E | 2E | 14 | 15 | 30 | 3E |
| Octal | 314 | 217 | 156 | 0 | 36 | 56 | 24 | 25 | 60 | 76 |
| Binary | 11001100 | 10001111 | 1101110 | 0 | 11110 | 101110 | 10100 | 10101 | 110000 | 111110 |
Color Harmonies of #CC8F6E
Complementary color
Monochromatic Colors of #CC8F6E
Black with #CC8F6E
Text Example
Text Example
White with #CC8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F6E; }
p { color: rgb(204,143,110); }
H1.HeaderClassName
{
color: #CC8F6E;
}
.AnyTagClassName
{
color: #CC8F6E;
}
</style>
background-color css
<style>
a { background-color: #CC8F6E; }
a { background-color: rgb(204,143,110); }
div.DivClassName
{
background-color: #CC8F6E;
}
.BgClassName
{
background-color: #CC8F6E;
}
</style>
border-color css
<style>
span { border-color: #CC8F6E; }
span { border-color: rgb(204,143,110); }
td.TdClassName
{
border-color: #CC8F6E;
}
.TagClassName
{
border-color: #CC8F6E;
}
</style>