Shades of Pewter #9CA59C
Tints of Pewter #9CA59C
RGB
CMYK
RGB Variations
Color information
#9CA59C (or 0x9CA59C) is known color: Pewter. HEX triplet: 9C, A5 and 9C. RGB value is (156,165,156). Sum of RGB (Red+Green+Blue) = 156+165+156=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA59C is #635A63. Grayscale: #A1A1A1. Windows color (decimal): -6511204 or 10266012. OLE color: 10266012.
HSL color Cylindrical-coordinate representation of color #9CA59C: hue angle of 120º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9CA59C is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 156 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.35 |
| HSL | 120º | 0.05% | 0.63% | - |
| HSV(B) | 120º | 0.05% | 0.65% | - |
| XYZ | 33.17 | 36.38 | 36.73 | - |
| YUV | 161.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 156 | 0.05 | 0 | 0.05 | 0.35 | 120 | 0.05 | 0.63 |
| Hex | 9C | A5 | 9C | 5 | 0 | 5 | 23 | 78 | 5 | 3F |
| Octal | 234 | 245 | 234 | 5 | 0 | 5 | 43 | 170 | 5 | 77 |
| Binary | 10011100 | 10100101 | 10011100 | 101 | 0 | 101 | 100011 | 1111000 | 101 | 111111 |
Color Harmonies of #9CA59C
Complementary color
Monochromatic Colors of #9CA59C
Black with #9CA59C
Text Example
Text Example
White with #9CA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA59C; }
p { color: rgb(156,165,156); }
H1.HeaderClassName
{
color: #9CA59C;
}
.AnyTagClassName
{
color: #9CA59C;
}
</style>
background-color css
<style>
a { background-color: #9CA59C; }
a { background-color: rgb(156,165,156); }
div.DivClassName
{
background-color: #9CA59C;
}
.BgClassName
{
background-color: #9CA59C;
}
</style>
border-color css
<style>
span { border-color: #9CA59C; }
span { border-color: rgb(156,165,156); }
td.TdClassName
{
border-color: #9CA59C;
}
.TagClassName
{
border-color: #9CA59C;
}
</style>