Shades of Jet Stream #C3CECA
Tints of Jet Stream #C3CECA
RGB
CMYK
RGB Variations
Color information
#C3CECA (or 0xC3CECA) is known color: Jet Stream. HEX triplet: C3, CE and CA. RGB value is (195,206,202). Sum of RGB (Red+Green+Blue) = 195+206+202=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECA is #3C3135. Grayscale: #CACACA. Windows color (decimal): -3944758 or 13291203. OLE color: 13291203.
HSL color Cylindrical-coordinate representation of color #C3CECA: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CECA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 202 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.19 |
| HSL | 158.18º | 0.1% | 0.79% | - |
| HSV(B) | 158.18º | 0.05% | 0.81% | - |
| XYZ | 55.24 | 60.01 | 64.55 | - |
| YUV | 202.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 202 | 0.05 | 0 | 0.02 | 0.19 | 158.18 | 0.1 | 0.79 |
| Hex | C3 | CE | CA | 5 | 0 | 2 | 13 | 9E | A | 4F |
| Octal | 303 | 316 | 312 | 5 | 0 | 2 | 23 | 236 | 12 | 117 |
| Binary | 11000011 | 11001110 | 11001010 | 101 | 0 | 10 | 10011 | 10011110 | 1010 | 1001111 |
Color Harmonies of #C3CECA
Complementary color
Monochromatic Colors of #C3CECA
Black with #C3CECA
Text Example
Text Example
White with #C3CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CECA; }
p { color: rgb(195,206,202); }
H1.HeaderClassName
{
color: #C3CECA;
}
.AnyTagClassName
{
color: #C3CECA;
}
</style>
background-color css
<style>
a { background-color: #C3CECA; }
a { background-color: rgb(195,206,202); }
div.DivClassName
{
background-color: #C3CECA;
}
.BgClassName
{
background-color: #C3CECA;
}
</style>
border-color css
<style>
span { border-color: #C3CECA; }
span { border-color: rgb(195,206,202); }
td.TdClassName
{
border-color: #C3CECA;
}
.TagClassName
{
border-color: #C3CECA;
}
</style>