Shades of Jet Stream #C0CFCB
Tints of Jet Stream #C0CFCB
RGB
CMYK
RGB Variations
Color information
#C0CFCB (or 0xC0CFCB) is known color: Jet Stream. HEX triplet: C0, CF and CB. RGB value is (192,207,203). Sum of RGB (Red+Green+Blue) = 192+207+203=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFCB is #3F3034. Grayscale: #CACACA. Windows color (decimal): -4141109 or 13356992. OLE color: 13356992.
HSL color Cylindrical-coordinate representation of color #C0CFCB: hue angle of 164º degrees, saturation: 0.14, 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 #C0CFCB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 203 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.19 |
| HSL | 164º | 0.14% | 0.78% | - |
| HSV(B) | 164º | 0.07% | 0.81% | - |
| XYZ | 54.83 | 60.14 | 65.22 | - |
| YUV | 202.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 203 | 0.07 | 0 | 0.02 | 0.19 | 164 | 0.14 | 0.78 |
| Hex | C0 | CF | CB | 7 | 0 | 2 | 13 | A4 | E | 4E |
| Octal | 300 | 317 | 313 | 7 | 0 | 2 | 23 | 244 | 16 | 116 |
| Binary | 11000000 | 11001111 | 11001011 | 111 | 0 | 10 | 10011 | 10100100 | 1110 | 1001110 |
Color Harmonies of #C0CFCB
Complementary color
Monochromatic Colors of #C0CFCB
Black with #C0CFCB
Text Example
Text Example
White with #C0CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFCB; }
p { color: rgb(192,207,203); }
H1.HeaderClassName
{
color: #C0CFCB;
}
.AnyTagClassName
{
color: #C0CFCB;
}
</style>
background-color css
<style>
a { background-color: #C0CFCB; }
a { background-color: rgb(192,207,203); }
div.DivClassName
{
background-color: #C0CFCB;
}
.BgClassName
{
background-color: #C0CFCB;
}
</style>
border-color css
<style>
span { border-color: #C0CFCB; }
span { border-color: rgb(192,207,203); }
td.TdClassName
{
border-color: #C0CFCB;
}
.TagClassName
{
border-color: #C0CFCB;
}
</style>