Shades of Delta #9CA495
Tints of Delta #9CA495
RGB
CMYK
RGB Variations
Color information
#9CA495 (or 0x9CA495) is known color: Delta. HEX triplet: 9C, A4 and 95. RGB value is (156,164,149). Sum of RGB (Red+Green+Blue) = 156+164+149=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA495 is #635B6A. Grayscale: #9F9F9F. Windows color (decimal): -6511467 or 9807004. OLE color: 9807004.
HSL color Cylindrical-coordinate representation of color #9CA495: hue angle of 92º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CA495 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 149 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.36 |
| HSL | 92º | 0.08% | 0.61% | - |
| HSV(B) | 92º | 0.09% | 0.64% | - |
| XYZ | 32.41 | 35.79 | 33.63 | - |
| YUV | 159.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 149 | 0.05 | 0 | 0.09 | 0.36 | 92 | 0.08 | 0.61 |
| Hex | 9C | A4 | 95 | 5 | 0 | 9 | 24 | 5C | 8 | 3D |
| Octal | 234 | 244 | 225 | 5 | 0 | 11 | 44 | 134 | 10 | 75 |
| Binary | 10011100 | 10100100 | 10010101 | 101 | 0 | 1001 | 100100 | 1011100 | 1000 | 111101 |
Color Harmonies of #9CA495
Complementary color
Monochromatic Colors of #9CA495
Black with #9CA495
Text Example
Text Example
White with #9CA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA495; }
p { color: rgb(156,164,149); }
H1.HeaderClassName
{
color: #9CA495;
}
.AnyTagClassName
{
color: #9CA495;
}
</style>
background-color css
<style>
a { background-color: #9CA495; }
a { background-color: rgb(156,164,149); }
div.DivClassName
{
background-color: #9CA495;
}
.BgClassName
{
background-color: #9CA495;
}
</style>
border-color css
<style>
span { border-color: #9CA495; }
span { border-color: rgb(156,164,149); }
td.TdClassName
{
border-color: #9CA495;
}
.TagClassName
{
border-color: #9CA495;
}
</style>