Shades of Jet Stream #C0CECA
Tints of Jet Stream #C0CECA
RGB
CMYK
RGB Variations
Color information
#C0CECA (or 0xC0CECA) is known color: Jet Stream. HEX triplet: C0, CE and CA. RGB value is (192,206,202). Sum of RGB (Red+Green+Blue) = 192+206+202=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CECA is #3F3135. Grayscale: #C9C9C9. Windows color (decimal): -4141366 or 13291200. OLE color: 13291200.
HSL color Cylindrical-coordinate representation of color #C0CECA: hue angle of 162.86º 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 #C0CECA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 202 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.19 |
| HSL | 162.86º | 0.13% | 0.78% | - |
| HSV(B) | 162.86º | 0.07% | 0.81% | - |
| XYZ | 54.47 | 59.61 | 64.51 | - |
| YUV | 201.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 202 | 0.07 | 0 | 0.02 | 0.19 | 162.86 | 0.13 | 0.78 |
| Hex | C0 | CE | CA | 7 | 0 | 2 | 13 | A3 | C | 4E |
| Octal | 300 | 316 | 312 | 7 | 0 | 2 | 23 | 243 | 14 | 116 |
| Binary | 11000000 | 11001110 | 11001010 | 111 | 0 | 10 | 10011 | 10100011 | 1100 | 1001110 |
Color Harmonies of #C0CECA
Complementary color
Monochromatic Colors of #C0CECA
Black with #C0CECA
Text Example
Text Example
White with #C0CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CECA; }
p { color: rgb(192,206,202); }
H1.HeaderClassName
{
color: #C0CECA;
}
.AnyTagClassName
{
color: #C0CECA;
}
</style>
background-color css
<style>
a { background-color: #C0CECA; }
a { background-color: rgb(192,206,202); }
div.DivClassName
{
background-color: #C0CECA;
}
.BgClassName
{
background-color: #C0CECA;
}
</style>
border-color css
<style>
span { border-color: #C0CECA; }
span { border-color: rgb(192,206,202); }
td.TdClassName
{
border-color: #C0CECA;
}
.TagClassName
{
border-color: #C0CECA;
}
</style>