Shades of Jet Stream #C0CBC8
Tints of Jet Stream #C0CBC8
RGB
CMYK
RGB Variations
Color information
#C0CBC8 (or 0xC0CBC8) is known color: Jet Stream. HEX triplet: C0, CB and C8. RGB value is (192,203,200). Sum of RGB (Red+Green+Blue) = 192+203+200=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBC8 is #3F3437. Grayscale: #C7C7C7. Windows color (decimal): -4142136 or 13159360. OLE color: 13159360.
HSL color Cylindrical-coordinate representation of color #C0CBC8: hue angle of 163.64º 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 #C0CBC8 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 203 | 200 | - |
CMYK | 0.05 | 0 | 0.01 | 0.20 |
HSL | 163.64º | 0.1% | 0.77% | - |
HSV(B) | 163.64º | 0.05% | 0.8% | - |
XYZ | 53.52 | 58.09 | 63.04 | - |
YUV | 199.37 | 128.36 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 200 | 0.05 | 0 | 0.01 | 0.20 | 163.64 | 0.1 | 0.77 |
Hex | C0 | CB | C8 | 5 | 0 | 1 | 14 | A4 | A | 4D |
Octal | 300 | 313 | 310 | 5 | 0 | 1 | 24 | 244 | 12 | 115 |
Binary | 11000000 | 11001011 | 11001000 | 101 | 0 | 1 | 10100 | 10100100 | 1010 | 1001101 |
Color Harmonies of #C0CBC8
Complementary color
Monochromatic Colors of #C0CBC8
Black with #C0CBC8
Text Example
Text Example
White with #C0CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBC8; }
p { color: rgb(192,203,200); }
H1.HeaderClassName
{
color: #C0CBC8;
}
.AnyTagClassName
{
color: #C0CBC8;
}
</style>
background-color css
<style>
a { background-color: #C0CBC8; }
a { background-color: rgb(192,203,200); }
div.DivClassName
{
background-color: #C0CBC8;
}
.BgClassName
{
background-color: #C0CBC8;
}
</style>
border-color css
<style>
span { border-color: #C0CBC8; }
span { border-color: rgb(192,203,200); }
td.TdClassName
{
border-color: #C0CBC8;
}
.TagClassName
{
border-color: #C0CBC8;
}
</style>