Shades of Jet Stream #C3CFC9
Tints of Jet Stream #C3CFC9
RGB
CMYK
RGB Variations
Color information
#C3CFC9 (or 0xC3CFC9) is known color: Jet Stream. HEX triplet: C3, CF and C9. RGB value is (195,207,201). Sum of RGB (Red+Green+Blue) = 195+207+201=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFC9 is #3C3036. Grayscale: #CACACA. Windows color (decimal): -3944503 or 13225923. OLE color: 13225923.
HSL color Cylindrical-coordinate representation of color #C3CFC9: hue angle of 150º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CFC9 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 201 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.19 |
| HSL | 150º | 0.11% | 0.79% | - |
| HSV(B) | 150º | 0.06% | 0.81% | - |
| XYZ | 55.36 | 60.44 | 64.01 | - |
| YUV | 202.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 201 | 0.06 | 0 | 0.03 | 0.19 | 150 | 0.11 | 0.79 |
| Hex | C3 | CF | C9 | 6 | 0 | 3 | 13 | 96 | B | 4F |
| Octal | 303 | 317 | 311 | 6 | 0 | 3 | 23 | 226 | 13 | 117 |
| Binary | 11000011 | 11001111 | 11001001 | 110 | 0 | 11 | 10011 | 10010110 | 1011 | 1001111 |
Color Harmonies of #C3CFC9
Complementary color
Monochromatic Colors of #C3CFC9
Black with #C3CFC9
Text Example
Text Example
White with #C3CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFC9; }
p { color: rgb(195,207,201); }
H1.HeaderClassName
{
color: #C3CFC9;
}
.AnyTagClassName
{
color: #C3CFC9;
}
</style>
background-color css
<style>
a { background-color: #C3CFC9; }
a { background-color: rgb(195,207,201); }
div.DivClassName
{
background-color: #C3CFC9;
}
.BgClassName
{
background-color: #C3CFC9;
}
</style>
border-color css
<style>
span { border-color: #C3CFC9; }
span { border-color: rgb(195,207,201); }
td.TdClassName
{
border-color: #C3CFC9;
}
.TagClassName
{
border-color: #C3CFC9;
}
</style>