Shades of Pewter #9CA29C
Tints of Pewter #9CA29C
RGB
CMYK
RGB Variations
Color information
#9CA29C (or 0x9CA29C) is known color: Pewter. HEX triplet: 9C, A2 and 9C. RGB value is (156,162,156). Sum of RGB (Red+Green+Blue) = 156+162+156=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA29C is #635D63. Grayscale: #9F9F9F. Windows color (decimal): -6511972 or 10265244. OLE color: 10265244.
HSL color Cylindrical-coordinate representation of color #9CA29C: hue angle of 120º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9CA29C is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
RGB | 156 | 162 | 156 | - |
CMYK | 0.04 | 0 | 0.04 | 0.36 |
HSL | 120º | 0.03% | 0.62% | - |
HSV(B) | 120º | 0.04% | 0.64% | - |
XYZ | 32.63 | 35.31 | 36.55 | - |
YUV | 159.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 162 | 156 | 0.04 | 0 | 0.04 | 0.36 | 120 | 0.03 | 0.62 |
Hex | 9C | A2 | 9C | 4 | 0 | 4 | 24 | 78 | 3 | 3E |
Octal | 234 | 242 | 234 | 4 | 0 | 4 | 44 | 170 | 3 | 76 |
Binary | 10011100 | 10100010 | 10011100 | 100 | 0 | 100 | 100100 | 1111000 | 11 | 111110 |
Color Harmonies of #9CA29C
Complementary color
Monochromatic Colors of #9CA29C
Black with #9CA29C
Text Example
Text Example
White with #9CA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA29C; }
p { color: rgb(156,162,156); }
H1.HeaderClassName
{
color: #9CA29C;
}
.AnyTagClassName
{
color: #9CA29C;
}
</style>
background-color css
<style>
a { background-color: #9CA29C; }
a { background-color: rgb(156,162,156); }
div.DivClassName
{
background-color: #9CA29C;
}
.BgClassName
{
background-color: #9CA29C;
}
</style>
border-color css
<style>
span { border-color: #9CA29C; }
span { border-color: rgb(156,162,156); }
td.TdClassName
{
border-color: #9CA29C;
}
.TagClassName
{
border-color: #9CA29C;
}
</style>