Shades of Jet Stream #C0CDC7
Tints of Jet Stream #C0CDC7
RGB
CMYK
RGB Variations
Color information
#C0CDC7 (or 0xC0CDC7) is known color: Jet Stream. HEX triplet: C0, CD and C7. RGB value is (192,205,199). Sum of RGB (Red+Green+Blue) = 192+205+199=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDC7 is #3F3238. Grayscale: #C8C8C8. Windows color (decimal): -4141625 or 13094336. OLE color: 13094336.
HSL color Cylindrical-coordinate representation of color #C0CDC7: hue angle of 152.31º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CDC7 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 199 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.20 |
| HSL | 152.31º | 0.12% | 0.78% | - |
| HSV(B) | 152.31º | 0.06% | 0.8% | - |
| XYZ | 53.88 | 58.99 | 62.58 | - |
| YUV | 200.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 199 | 0.06 | 0 | 0.03 | 0.20 | 152.31 | 0.12 | 0.78 |
| Hex | C0 | CD | C7 | 6 | 0 | 3 | 14 | 98 | C | 4E |
| Octal | 300 | 315 | 307 | 6 | 0 | 3 | 24 | 230 | 14 | 116 |
| Binary | 11000000 | 11001101 | 11000111 | 110 | 0 | 11 | 10100 | 10011000 | 1100 | 1001110 |
Color Harmonies of #C0CDC7
Complementary color
Monochromatic Colors of #C0CDC7
Black with #C0CDC7
Text Example
Text Example
White with #C0CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDC7; }
p { color: rgb(192,205,199); }
H1.HeaderClassName
{
color: #C0CDC7;
}
.AnyTagClassName
{
color: #C0CDC7;
}
</style>
background-color css
<style>
a { background-color: #C0CDC7; }
a { background-color: rgb(192,205,199); }
div.DivClassName
{
background-color: #C0CDC7;
}
.BgClassName
{
background-color: #C0CDC7;
}
</style>
border-color css
<style>
span { border-color: #C0CDC7; }
span { border-color: rgb(192,205,199); }
td.TdClassName
{
border-color: #C0CDC7;
}
.TagClassName
{
border-color: #C0CDC7;
}
</style>