Shades of Cascade #999C9B
Tints of Cascade #999C9B
RGB
CMYK
RGB Variations
Color information
#999C9B (or 0x999C9B) is known color: Cascade. HEX triplet: 99, 9C and 9B. RGB value is (153,156,155). Sum of RGB (Red+Green+Blue) = 153+156+155=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 156 - color contains mainly: green. Hex color #999C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C9B is #666364. Grayscale: #9A9A9A. Windows color (decimal): -6710117 or 10198169. OLE color: 10198169.
HSL color Cylindrical-coordinate representation of color #999C9B: hue angle of 160º degrees, saturation: 0.01, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #999C9B is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 155 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.39 |
| HSL | 160º | 0.01% | 0.61% | - |
| HSV(B) | 160º | 0.02% | 0.61% | - |
| XYZ | 30.94 | 32.92 | 35.73 | - |
| YUV | 154.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 155 | 0.02 | 0 | 0.01 | 0.39 | 160 | 0.01 | 0.61 |
| Hex | 99 | 9C | 9B | 2 | 0 | 1 | 27 | A0 | 1 | 3D |
| Octal | 231 | 234 | 233 | 2 | 0 | 1 | 47 | 240 | 1 | 75 |
| Binary | 10011001 | 10011100 | 10011011 | 10 | 0 | 1 | 100111 | 10100000 | 1 | 111101 |
Color Harmonies of #999C9B
Complementary color
Monochromatic Colors of #999C9B
Black with #999C9B
Text Example
Text Example
White with #999C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C9B; }
p { color: rgb(153,156,155); }
H1.HeaderClassName
{
color: #999C9B;
}
.AnyTagClassName
{
color: #999C9B;
}
</style>
background-color css
<style>
a { background-color: #999C9B; }
a { background-color: rgb(153,156,155); }
div.DivClassName
{
background-color: #999C9B;
}
.BgClassName
{
background-color: #999C9B;
}
</style>
border-color css
<style>
span { border-color: #999C9B; }
span { border-color: rgb(153,156,155); }
td.TdClassName
{
border-color: #999C9B;
}
.TagClassName
{
border-color: #999C9B;
}
</style>