Shades of Delta #9CA094
Tints of Delta #9CA094
RGB
CMYK
RGB Variations
Color information
#9CA094 (or 0x9CA094) is known color: Delta. HEX triplet: 9C, A0 and 94. RGB value is (156,160,148). Sum of RGB (Red+Green+Blue) = 156+160+148=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA094 is #635F6B. Grayscale: #9D9D9D. Windows color (decimal): -6512492 or 9740444. OLE color: 9740444.
HSL color Cylindrical-coordinate representation of color #9CA094: hue angle of 80º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9CA094 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 148 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.37 |
| HSL | 80º | 0.06% | 0.6% | - |
| HSV(B) | 80º | 0.07% | 0.63% | - |
| XYZ | 31.63 | 34.35 | 32.98 | - |
| YUV | 157.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 148 | 0.02 | 0 | 0.07 | 0.37 | 80 | 0.06 | 0.6 |
| Hex | 9C | A0 | 94 | 2 | 0 | 7 | 25 | 50 | 6 | 3C |
| Octal | 234 | 240 | 224 | 2 | 0 | 7 | 45 | 120 | 6 | 74 |
| Binary | 10011100 | 10100000 | 10010100 | 10 | 0 | 111 | 100101 | 1010000 | 110 | 111100 |
Color Harmonies of #9CA094
Complementary color
Monochromatic Colors of #9CA094
Black with #9CA094
Text Example
Text Example
White with #9CA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA094; }
p { color: rgb(156,160,148); }
H1.HeaderClassName
{
color: #9CA094;
}
.AnyTagClassName
{
color: #9CA094;
}
</style>
background-color css
<style>
a { background-color: #9CA094; }
a { background-color: rgb(156,160,148); }
div.DivClassName
{
background-color: #9CA094;
}
.BgClassName
{
background-color: #9CA094;
}
</style>
border-color css
<style>
span { border-color: #9CA094; }
span { border-color: rgb(156,160,148); }
td.TdClassName
{
border-color: #9CA094;
}
.TagClassName
{
border-color: #9CA094;
}
</style>