Shades of Jet Stream #C2CBC8
Tints of Jet Stream #C2CBC8
RGB
CMYK
RGB Variations
Color information
#C2CBC8 (or 0xC2CBC8) is known color: Jet Stream. HEX triplet: C2, CB and C8. RGB value is (194,203,200). Sum of RGB (Red+Green+Blue) = 194+203+200=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBC8 is #3D3437. Grayscale: #C7C7C7. Windows color (decimal): -4011064 or 13159362. OLE color: 13159362.
HSL color Cylindrical-coordinate representation of color #C2CBC8: hue angle of 160º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CBC8 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 203 | 200 | - |
CMYK | 0.04 | 0 | 0.01 | 0.20 |
HSL | 160º | 0.08% | 0.78% | - |
HSV(B) | 160º | 0.04% | 0.8% | - |
XYZ | 54.03 | 58.35 | 63.06 | - |
YUV | 199.97 | 128.02 | 123.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 203 | 200 | 0.04 | 0 | 0.01 | 0.20 | 160 | 0.08 | 0.78 |
Hex | C2 | CB | C8 | 4 | 0 | 1 | 14 | A0 | 8 | 4E |
Octal | 302 | 313 | 310 | 4 | 0 | 1 | 24 | 240 | 10 | 116 |
Binary | 11000010 | 11001011 | 11001000 | 100 | 0 | 1 | 10100 | 10100000 | 1000 | 1001110 |
Color Harmonies of #C2CBC8
Complementary color
Monochromatic Colors of #C2CBC8
Black with #C2CBC8
Text Example
Text Example
White with #C2CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBC8; }
p { color: rgb(194,203,200); }
H1.HeaderClassName
{
color: #C2CBC8;
}
.AnyTagClassName
{
color: #C2CBC8;
}
</style>
background-color css
<style>
a { background-color: #C2CBC8; }
a { background-color: rgb(194,203,200); }
div.DivClassName
{
background-color: #C2CBC8;
}
.BgClassName
{
background-color: #C2CBC8;
}
</style>
border-color css
<style>
span { border-color: #C2CBC8; }
span { border-color: rgb(194,203,200); }
td.TdClassName
{
border-color: #C2CBC8;
}
.TagClassName
{
border-color: #C2CBC8;
}
</style>