Shades of Jet Stream #C2CBC7
Tints of Jet Stream #C2CBC7
RGB
CMYK
RGB Variations
Color information
#C2CBC7 (or 0xC2CBC7) is known color: Jet Stream. HEX triplet: C2, CB and C7. RGB value is (194,203,199). Sum of RGB (Red+Green+Blue) = 194+203+199=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBC7 is #3D3438. Grayscale: #C7C7C7. Windows color (decimal): -4011065 or 13093826. OLE color: 13093826.
HSL color Cylindrical-coordinate representation of color #C2CBC7: hue angle of 153.33º 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 #C2CBC7 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 203 | 199 | - |
CMYK | 0.04 | 0 | 0.02 | 0.20 |
HSL | 153.33º | 0.08% | 0.78% | - |
HSV(B) | 153.33º | 0.04% | 0.8% | - |
XYZ | 53.91 | 58.3 | 62.45 | - |
YUV | 199.85 | 127.52 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 203 | 199 | 0.04 | 0 | 0.02 | 0.20 | 153.33 | 0.08 | 0.78 |
Hex | C2 | CB | C7 | 4 | 0 | 2 | 14 | 99 | 8 | 4E |
Octal | 302 | 313 | 307 | 4 | 0 | 2 | 24 | 231 | 10 | 116 |
Binary | 11000010 | 11001011 | 11000111 | 100 | 0 | 10 | 10100 | 10011001 | 1000 | 1001110 |
Color Harmonies of #C2CBC7
Complementary color
Monochromatic Colors of #C2CBC7
Black with #C2CBC7
Text Example
Text Example
White with #C2CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBC7; }
p { color: rgb(194,203,199); }
H1.HeaderClassName
{
color: #C2CBC7;
}
.AnyTagClassName
{
color: #C2CBC7;
}
</style>
background-color css
<style>
a { background-color: #C2CBC7; }
a { background-color: rgb(194,203,199); }
div.DivClassName
{
background-color: #C2CBC7;
}
.BgClassName
{
background-color: #C2CBC7;
}
</style>
border-color css
<style>
span { border-color: #C2CBC7; }
span { border-color: rgb(194,203,199); }
td.TdClassName
{
border-color: #C2CBC7;
}
.TagClassName
{
border-color: #C2CBC7;
}
</style>