Shades of Feldspar #CC8A77
Tints of Feldspar #CC8A77
RGB
CMYK
RGB Variations
Color information
#CC8A77 (or 0xCC8A77) is known color: Feldspar. HEX triplet: CC, 8A and 77. RGB value is (204,138,119). Sum of RGB (Red+Green+Blue) = 204+138+119=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A77 is #337588. Grayscale: #9B9B9B. Windows color (decimal): -3372425 or 7834316. OLE color: 7834316.
HSL color Cylindrical-coordinate representation of color #CC8A77: hue angle of 13.41º 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 #CC8A77 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 119 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.2 |
| HSL | 13.41º | 0.45% | 0.63% | - |
| HSV(B) | 13.41º | 0.42% | 0.8% | - |
| XYZ | 37.32 | 32.35 | 21.73 | - |
| YUV | 155.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 119 | 0 | 0.32 | 0.42 | 0.2 | 13.41 | 0.45 | 0.63 |
| Hex | CC | 8A | 77 | 0 | 20 | 2A | 14 | D | 2D | 3F |
| Octal | 314 | 212 | 167 | 0 | 40 | 52 | 24 | 15 | 55 | 77 |
| Binary | 11001100 | 10001010 | 1110111 | 0 | 100000 | 101010 | 10100 | 1101 | 101101 | 111111 |
Color Harmonies of #CC8A77
Complementary color
Monochromatic Colors of #CC8A77
Black with #CC8A77
Text Example
Text Example
White with #CC8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A77; }
p { color: rgb(204,138,119); }
H1.HeaderClassName
{
color: #CC8A77;
}
.AnyTagClassName
{
color: #CC8A77;
}
</style>
background-color css
<style>
a { background-color: #CC8A77; }
a { background-color: rgb(204,138,119); }
div.DivClassName
{
background-color: #CC8A77;
}
.BgClassName
{
background-color: #CC8A77;
}
</style>
border-color css
<style>
span { border-color: #CC8A77; }
span { border-color: rgb(204,138,119); }
td.TdClassName
{
border-color: #CC8A77;
}
.TagClassName
{
border-color: #CC8A77;
}
</style>