Shades of Jet Stream #C0C6C4
Tints of Jet Stream #C0C6C4
RGB
CMYK
RGB Variations
Color information
#C0C6C4 (or 0xC0C6C4) is known color: Jet Stream. HEX triplet: C0, C6 and C4. RGB value is (192,198,196). Sum of RGB (Red+Green+Blue) = 192+198+196=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6C4 is #3F393B. Grayscale: #C3C3C3. Windows color (decimal): -4143420 or 12895936. OLE color: 12895936.
HSL color Cylindrical-coordinate representation of color #C0C6C4: hue angle of 160º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0C6C4 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 196 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.22 |
| HSL | 160º | 0.05% | 0.76% | - |
| HSV(B) | 160º | 0.03% | 0.78% | - |
| XYZ | 51.9 | 55.58 | 60.22 | - |
| YUV | 195.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 196 | 0.03 | 0 | 0.01 | 0.22 | 160 | 0.05 | 0.76 |
| Hex | C0 | C6 | C4 | 3 | 0 | 1 | 16 | A0 | 5 | 4C |
| Octal | 300 | 306 | 304 | 3 | 0 | 1 | 26 | 240 | 5 | 114 |
| Binary | 11000000 | 11000110 | 11000100 | 11 | 0 | 1 | 10110 | 10100000 | 101 | 1001100 |
Color Harmonies of #C0C6C4
Complementary color
Monochromatic Colors of #C0C6C4
Black with #C0C6C4
Text Example
Text Example
White with #C0C6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6C4; }
p { color: rgb(192,198,196); }
H1.HeaderClassName
{
color: #C0C6C4;
}
.AnyTagClassName
{
color: #C0C6C4;
}
</style>
background-color css
<style>
a { background-color: #C0C6C4; }
a { background-color: rgb(192,198,196); }
div.DivClassName
{
background-color: #C0C6C4;
}
.BgClassName
{
background-color: #C0C6C4;
}
</style>
border-color css
<style>
span { border-color: #C0C6C4; }
span { border-color: rgb(192,198,196); }
td.TdClassName
{
border-color: #C0C6C4;
}
.TagClassName
{
border-color: #C0C6C4;
}
</style>