Shades of Jet Stream #C1CFCA
Tints of Jet Stream #C1CFCA
RGB
CMYK
RGB Variations
Color information
#C1CFCA (or 0xC1CFCA) is known color: Jet Stream. HEX triplet: C1, CF and CA. RGB value is (193,207,202). Sum of RGB (Red+Green+Blue) = 193+207+202=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFCA is #3E3035. Grayscale: #CACACA. Windows color (decimal): -4075574 or 13291457. OLE color: 13291457.
HSL color Cylindrical-coordinate representation of color #C1CFCA: hue angle of 158.57º degrees, saturation: 0.13, 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 #C1CFCA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 202 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.19 |
| HSL | 158.57º | 0.13% | 0.78% | - |
| HSV(B) | 158.57º | 0.07% | 0.81% | - |
| XYZ | 54.97 | 60.23 | 64.61 | - |
| YUV | 202.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 202 | 0.07 | 0 | 0.02 | 0.19 | 158.57 | 0.13 | 0.78 |
| Hex | C1 | CF | CA | 7 | 0 | 2 | 13 | 9F | D | 4E |
| Octal | 301 | 317 | 312 | 7 | 0 | 2 | 23 | 237 | 15 | 116 |
| Binary | 11000001 | 11001111 | 11001010 | 111 | 0 | 10 | 10011 | 10011111 | 1101 | 1001110 |
Color Harmonies of #C1CFCA
Complementary color
Monochromatic Colors of #C1CFCA
Black with #C1CFCA
Text Example
Text Example
White with #C1CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFCA; }
p { color: rgb(193,207,202); }
H1.HeaderClassName
{
color: #C1CFCA;
}
.AnyTagClassName
{
color: #C1CFCA;
}
</style>
background-color css
<style>
a { background-color: #C1CFCA; }
a { background-color: rgb(193,207,202); }
div.DivClassName
{
background-color: #C1CFCA;
}
.BgClassName
{
background-color: #C1CFCA;
}
</style>
border-color css
<style>
span { border-color: #C1CFCA; }
span { border-color: rgb(193,207,202); }
td.TdClassName
{
border-color: #C1CFCA;
}
.TagClassName
{
border-color: #C1CFCA;
}
</style>