Shades of Jet Stream #C0CEC7
Tints of Jet Stream #C0CEC7
RGB
CMYK
RGB Variations
Color information
#C0CEC7 (or 0xC0CEC7) is known color: Jet Stream. HEX triplet: C0, CE and C7. RGB value is (192,206,199). Sum of RGB (Red+Green+Blue) = 192+206+199=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEC7 is #3F3138. Grayscale: #C9C9C9. Windows color (decimal): -4141369 or 13094592. OLE color: 13094592.
HSL color Cylindrical-coordinate representation of color #C0CEC7: hue angle of 150º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CEC7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 206 | 199 | - |
CMYK | 0.07 | 0 | 0.03 | 0.19 |
HSL | 150º | 0.13% | 0.78% | - |
HSV(B) | 150º | 0.07% | 0.81% | - |
XYZ | 54.12 | 59.47 | 62.66 | - |
YUV | 201.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 199 | 0.07 | 0 | 0.03 | 0.19 | 150 | 0.13 | 0.78 |
Hex | C0 | CE | C7 | 7 | 0 | 3 | 13 | 96 | C | 4E |
Octal | 300 | 316 | 307 | 7 | 0 | 3 | 23 | 226 | 14 | 116 |
Binary | 11000000 | 11001110 | 11000111 | 111 | 0 | 11 | 10011 | 10010110 | 1100 | 1001110 |
Color Harmonies of #C0CEC7
Complementary color
Monochromatic Colors of #C0CEC7
Black with #C0CEC7
Text Example
Text Example
White with #C0CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEC7; }
p { color: rgb(192,206,199); }
H1.HeaderClassName
{
color: #C0CEC7;
}
.AnyTagClassName
{
color: #C0CEC7;
}
</style>
background-color css
<style>
a { background-color: #C0CEC7; }
a { background-color: rgb(192,206,199); }
div.DivClassName
{
background-color: #C0CEC7;
}
.BgClassName
{
background-color: #C0CEC7;
}
</style>
border-color css
<style>
span { border-color: #C0CEC7; }
span { border-color: rgb(192,206,199); }
td.TdClassName
{
border-color: #C0CEC7;
}
.TagClassName
{
border-color: #C0CEC7;
}
</style>