Shades of Jet Stream #C0CBC7
Tints of Jet Stream #C0CBC7
RGB
CMYK
RGB Variations
Color information
#C0CBC7 (or 0xC0CBC7) is known color: Jet Stream. HEX triplet: C0, CB and C7. RGB value is (192,203,199). Sum of RGB (Red+Green+Blue) = 192+203+199=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBC7 is #3F3438. Grayscale: #C7C7C7. Windows color (decimal): -4142137 or 13093824. OLE color: 13093824.
HSL color Cylindrical-coordinate representation of color #C0CBC7: hue angle of 158.18º 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 #C0CBC7 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 203 | 199 | - |
CMYK | 0.05 | 0 | 0.02 | 0.20 |
HSL | 158.18º | 0.1% | 0.77% | - |
HSV(B) | 158.18º | 0.05% | 0.8% | - |
XYZ | 53.4 | 58.04 | 62.42 | - |
YUV | 199.26 | 127.86 | 122.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 199 | 0.05 | 0 | 0.02 | 0.20 | 158.18 | 0.1 | 0.77 |
Hex | C0 | CB | C7 | 5 | 0 | 2 | 14 | 9E | A | 4D |
Octal | 300 | 313 | 307 | 5 | 0 | 2 | 24 | 236 | 12 | 115 |
Binary | 11000000 | 11001011 | 11000111 | 101 | 0 | 10 | 10100 | 10011110 | 1010 | 1001101 |
Color Harmonies of #C0CBC7
Complementary color
Monochromatic Colors of #C0CBC7
Black with #C0CBC7
Text Example
Text Example
White with #C0CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBC7; }
p { color: rgb(192,203,199); }
H1.HeaderClassName
{
color: #C0CBC7;
}
.AnyTagClassName
{
color: #C0CBC7;
}
</style>
background-color css
<style>
a { background-color: #C0CBC7; }
a { background-color: rgb(192,203,199); }
div.DivClassName
{
background-color: #C0CBC7;
}
.BgClassName
{
background-color: #C0CBC7;
}
</style>
border-color css
<style>
span { border-color: #C0CBC7; }
span { border-color: rgb(192,203,199); }
td.TdClassName
{
border-color: #C0CBC7;
}
.TagClassName
{
border-color: #C0CBC7;
}
</style>