Shades of Feldspar #CC896F
Tints of Feldspar #CC896F
RGB
CMYK
RGB Variations
Color information
#CC896F (or 0xCC896F) is known color: Feldspar. HEX triplet: CC, 89 and 6F. RGB value is (204,137,111). Sum of RGB (Red+Green+Blue) = 204+137+111=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC896F is #337690. Grayscale: #9A9A9A. Windows color (decimal): -3372689 or 7309772. OLE color: 7309772.
HSL color Cylindrical-coordinate representation of color #CC896F: hue angle of 16.77º 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 #CC896F is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 111 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.2 |
| HSL | 16.77º | 0.48% | 0.62% | - |
| HSV(B) | 16.77º | 0.46% | 0.8% | - |
| XYZ | 36.72 | 31.88 | 19.26 | - |
| YUV | 154.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 111 | 0 | 0.33 | 0.46 | 0.2 | 16.77 | 0.48 | 0.62 |
| Hex | CC | 89 | 6F | 0 | 21 | 2E | 14 | 11 | 30 | 3E |
| Octal | 314 | 211 | 157 | 0 | 41 | 56 | 24 | 21 | 60 | 76 |
| Binary | 11001100 | 10001001 | 1101111 | 0 | 100001 | 101110 | 10100 | 10001 | 110000 | 111110 |
Color Harmonies of #CC896F
Complementary color
Monochromatic Colors of #CC896F
Black with #CC896F
Text Example
Text Example
White with #CC896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC896F; }
p { color: rgb(204,137,111); }
H1.HeaderClassName
{
color: #CC896F;
}
.AnyTagClassName
{
color: #CC896F;
}
</style>
background-color css
<style>
a { background-color: #CC896F; }
a { background-color: rgb(204,137,111); }
div.DivClassName
{
background-color: #CC896F;
}
.BgClassName
{
background-color: #CC896F;
}
</style>
border-color css
<style>
span { border-color: #CC896F; }
span { border-color: rgb(204,137,111); }
td.TdClassName
{
border-color: #CC896F;
}
.TagClassName
{
border-color: #CC896F;
}
</style>