Shades of Jet Stream #C0CAC6
Tints of Jet Stream #C0CAC6
RGB
CMYK
RGB Variations
Color information
#C0CAC6 (or 0xC0CAC6) is known color: Jet Stream. HEX triplet: C0, CA and C6. RGB value is (192,202,198). Sum of RGB (Red+Green+Blue) = 192+202+198=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAC6 is #3F3539. Grayscale: #C6C6C6. Windows color (decimal): -4142394 or 13028032. OLE color: 13028032.
HSL color Cylindrical-coordinate representation of color #C0CAC6: hue angle of 156º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CAC6 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 198 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.21 |
| HSL | 156º | 0.09% | 0.77% | - |
| HSV(B) | 156º | 0.05% | 0.79% | - |
| XYZ | 53.05 | 57.52 | 61.73 | - |
| YUV | 198.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 198 | 0.05 | 0 | 0.02 | 0.21 | 156 | 0.09 | 0.77 |
| Hex | C0 | CA | C6 | 5 | 0 | 2 | 15 | 9C | 9 | 4D |
| Octal | 300 | 312 | 306 | 5 | 0 | 2 | 25 | 234 | 11 | 115 |
| Binary | 11000000 | 11001010 | 11000110 | 101 | 0 | 10 | 10101 | 10011100 | 1001 | 1001101 |
Color Harmonies of #C0CAC6
Complementary color
Monochromatic Colors of #C0CAC6
Black with #C0CAC6
Text Example
Text Example
White with #C0CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAC6; }
p { color: rgb(192,202,198); }
H1.HeaderClassName
{
color: #C0CAC6;
}
.AnyTagClassName
{
color: #C0CAC6;
}
</style>
background-color css
<style>
a { background-color: #C0CAC6; }
a { background-color: rgb(192,202,198); }
div.DivClassName
{
background-color: #C0CAC6;
}
.BgClassName
{
background-color: #C0CAC6;
}
</style>
border-color css
<style>
span { border-color: #C0CAC6; }
span { border-color: rgb(192,202,198); }
td.TdClassName
{
border-color: #C0CAC6;
}
.TagClassName
{
border-color: #C0CAC6;
}
</style>