Shades of Jet Stream #C0CBC6
Tints of Jet Stream #C0CBC6
RGB
CMYK
RGB Variations
Color information
#C0CBC6 (or 0xC0CBC6) is known color: Jet Stream. HEX triplet: C0, CB and C6. RGB value is (192,203,198). Sum of RGB (Red+Green+Blue) = 192+203+198=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBC6 is #3F3439. Grayscale: #C7C7C7. Windows color (decimal): -4142138 or 13028288. OLE color: 13028288.
HSL color Cylindrical-coordinate representation of color #C0CBC6: hue angle of 152.73º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CBC6 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 203 | 198 | - |
CMYK | 0.05 | 0 | 0.02 | 0.20 |
HSL | 152.73º | 0.1% | 0.77% | - |
HSV(B) | 152.73º | 0.05% | 0.8% | - |
XYZ | 53.29 | 58 | 61.81 | - |
YUV | 199.14 | 127.36 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 198 | 0.05 | 0 | 0.02 | 0.20 | 152.73 | 0.1 | 0.77 |
Hex | C0 | CB | C6 | 5 | 0 | 2 | 14 | 99 | A | 4D |
Octal | 300 | 313 | 306 | 5 | 0 | 2 | 24 | 231 | 12 | 115 |
Binary | 11000000 | 11001011 | 11000110 | 101 | 0 | 10 | 10100 | 10011001 | 1010 | 1001101 |
Color Harmonies of #C0CBC6
Complementary color
Monochromatic Colors of #C0CBC6
Black with #C0CBC6
Text Example
Text Example
White with #C0CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBC6; }
p { color: rgb(192,203,198); }
H1.HeaderClassName
{
color: #C0CBC6;
}
.AnyTagClassName
{
color: #C0CBC6;
}
</style>
background-color css
<style>
a { background-color: #C0CBC6; }
a { background-color: rgb(192,203,198); }
div.DivClassName
{
background-color: #C0CBC6;
}
.BgClassName
{
background-color: #C0CBC6;
}
</style>
border-color css
<style>
span { border-color: #C0CBC6; }
span { border-color: rgb(192,203,198); }
td.TdClassName
{
border-color: #C0CBC6;
}
.TagClassName
{
border-color: #C0CBC6;
}
</style>