Shades of Jet Stream #C2CAC7
Tints of Jet Stream #C2CAC7
RGB
CMYK
RGB Variations
Color information
#C2CAC7 (or 0xC2CAC7) is known color: Jet Stream. HEX triplet: C2, CA and C7. RGB value is (194,202,199). Sum of RGB (Red+Green+Blue) = 194+202+199=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC7 is #3D3538. Grayscale: #C7C7C7. Windows color (decimal): -4011321 or 13093570. OLE color: 13093570.
HSL color Cylindrical-coordinate representation of color #C2CAC7: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CAC7 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 199 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.21 |
| HSL | 157.5º | 0.07% | 0.78% | - |
| HSV(B) | 157.5º | 0.04% | 0.79% | - |
| XYZ | 53.68 | 57.83 | 62.37 | - |
| YUV | 199.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 199 | 0.04 | 0 | 0.01 | 0.21 | 157.5 | 0.07 | 0.78 |
| Hex | C2 | CA | C7 | 4 | 0 | 1 | 15 | 9E | 7 | 4E |
| Octal | 302 | 312 | 307 | 4 | 0 | 1 | 25 | 236 | 7 | 116 |
| Binary | 11000010 | 11001010 | 11000111 | 100 | 0 | 1 | 10101 | 10011110 | 111 | 1001110 |
Color Harmonies of #C2CAC7
Complementary color
Monochromatic Colors of #C2CAC7
Black with #C2CAC7
Text Example
Text Example
White with #C2CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAC7; }
p { color: rgb(194,202,199); }
H1.HeaderClassName
{
color: #C2CAC7;
}
.AnyTagClassName
{
color: #C2CAC7;
}
</style>
background-color css
<style>
a { background-color: #C2CAC7; }
a { background-color: rgb(194,202,199); }
div.DivClassName
{
background-color: #C2CAC7;
}
.BgClassName
{
background-color: #C2CAC7;
}
</style>
border-color css
<style>
span { border-color: #C2CAC7; }
span { border-color: rgb(194,202,199); }
td.TdClassName
{
border-color: #C2CAC7;
}
.TagClassName
{
border-color: #C2CAC7;
}
</style>