Shades of Jet Stream #C4CBC8
Tints of Jet Stream #C4CBC8
RGB
CMYK
RGB Variations
Color information
#C4CBC8 (or 0xC4CBC8) is known color: Jet Stream. HEX triplet: C4, CB and C8. RGB value is (196,203,200). Sum of RGB (Red+Green+Blue) = 196+203+200=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC8 is #3B3437. Grayscale: #C8C8C8. Windows color (decimal): -3879992 or 13159364. OLE color: 13159364.
HSL color Cylindrical-coordinate representation of color #C4CBC8: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4CBC8 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 200 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.20 |
| HSL | 154.29º | 0.06% | 0.78% | - |
| HSV(B) | 154.29º | 0.03% | 0.8% | - |
| XYZ | 54.55 | 58.62 | 63.08 | - |
| YUV | 200.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 200 | 0.03 | 0 | 0.01 | 0.20 | 154.29 | 0.06 | 0.78 |
| Hex | C4 | CB | C8 | 3 | 0 | 1 | 14 | 9A | 6 | 4E |
| Octal | 304 | 313 | 310 | 3 | 0 | 1 | 24 | 232 | 6 | 116 |
| Binary | 11000100 | 11001011 | 11001000 | 11 | 0 | 1 | 10100 | 10011010 | 110 | 1001110 |
Color Harmonies of #C4CBC8
Complementary color
Monochromatic Colors of #C4CBC8
Black with #C4CBC8
Text Example
Text Example
White with #C4CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBC8; }
p { color: rgb(196,203,200); }
H1.HeaderClassName
{
color: #C4CBC8;
}
.AnyTagClassName
{
color: #C4CBC8;
}
</style>
background-color css
<style>
a { background-color: #C4CBC8; }
a { background-color: rgb(196,203,200); }
div.DivClassName
{
background-color: #C4CBC8;
}
.BgClassName
{
background-color: #C4CBC8;
}
</style>
border-color css
<style>
span { border-color: #C4CBC8; }
span { border-color: rgb(196,203,200); }
td.TdClassName
{
border-color: #C4CBC8;
}
.TagClassName
{
border-color: #C4CBC8;
}
</style>