Shades of Delta #9CA099
Tints of Delta #9CA099
RGB
CMYK
RGB Variations
Color information
#9CA099 (or 0x9CA099) is known color: Delta. HEX triplet: 9C, A0 and 99. RGB value is (156,160,153). Sum of RGB (Red+Green+Blue) = 156+160+153=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA099 is #635F66. Grayscale: #9E9E9E. Windows color (decimal): -6512487 or 10068124. OLE color: 10068124.
HSL color Cylindrical-coordinate representation of color #9CA099: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9CA099 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 153 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.37 |
| HSL | 94.29º | 0.04% | 0.61% | - |
| HSV(B) | 94.29º | 0.04% | 0.63% | - |
| XYZ | 32.03 | 34.51 | 35.11 | - |
| YUV | 158.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 153 | 0.02 | 0 | 0.04 | 0.37 | 94.29 | 0.04 | 0.61 |
| Hex | 9C | A0 | 99 | 2 | 0 | 4 | 25 | 5E | 4 | 3D |
| Octal | 234 | 240 | 231 | 2 | 0 | 4 | 45 | 136 | 4 | 75 |
| Binary | 10011100 | 10100000 | 10011001 | 10 | 0 | 100 | 100101 | 1011110 | 100 | 111101 |
Color Harmonies of #9CA099
Complementary color
Monochromatic Colors of #9CA099
Black with #9CA099
Text Example
Text Example
White with #9CA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA099; }
p { color: rgb(156,160,153); }
H1.HeaderClassName
{
color: #9CA099;
}
.AnyTagClassName
{
color: #9CA099;
}
</style>
background-color css
<style>
a { background-color: #9CA099; }
a { background-color: rgb(156,160,153); }
div.DivClassName
{
background-color: #9CA099;
}
.BgClassName
{
background-color: #9CA099;
}
</style>
border-color css
<style>
span { border-color: #9CA099; }
span { border-color: rgb(156,160,153); }
td.TdClassName
{
border-color: #9CA099;
}
.TagClassName
{
border-color: #9CA099;
}
</style>