Shades of Feldspar #CC8B77
Tints of Feldspar #CC8B77
RGB
CMYK
RGB Variations
Color information
#CC8B77 (or 0xCC8B77) is known color: Feldspar. HEX triplet: CC, 8B and 77. RGB value is (204,139,119). Sum of RGB (Red+Green+Blue) = 204+139+119=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B77 is #337488. Grayscale: #9C9C9C. Windows color (decimal): -3372169 or 7834572. OLE color: 7834572.
HSL color Cylindrical-coordinate representation of color #CC8B77: hue angle of 14.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8B77 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 119 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.2 |
| HSL | 14.12º | 0.45% | 0.63% | - |
| HSV(B) | 14.12º | 0.42% | 0.8% | - |
| XYZ | 37.46 | 32.63 | 21.78 | - |
| YUV | 156.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 119 | 0 | 0.32 | 0.42 | 0.2 | 14.12 | 0.45 | 0.63 |
| Hex | CC | 8B | 77 | 0 | 20 | 2A | 14 | E | 2D | 3F |
| Octal | 314 | 213 | 167 | 0 | 40 | 52 | 24 | 16 | 55 | 77 |
| Binary | 11001100 | 10001011 | 1110111 | 0 | 100000 | 101010 | 10100 | 1110 | 101101 | 111111 |
Color Harmonies of #CC8B77
Complementary color
Monochromatic Colors of #CC8B77
Black with #CC8B77
Text Example
Text Example
White with #CC8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B77; }
p { color: rgb(204,139,119); }
H1.HeaderClassName
{
color: #CC8B77;
}
.AnyTagClassName
{
color: #CC8B77;
}
</style>
background-color css
<style>
a { background-color: #CC8B77; }
a { background-color: rgb(204,139,119); }
div.DivClassName
{
background-color: #CC8B77;
}
.BgClassName
{
background-color: #CC8B77;
}
</style>
border-color css
<style>
span { border-color: #CC8B77; }
span { border-color: rgb(204,139,119); }
td.TdClassName
{
border-color: #CC8B77;
}
.TagClassName
{
border-color: #CC8B77;
}
</style>