Shades of Jet Stream #C4CBC9
Tints of Jet Stream #C4CBC9
RGB
CMYK
RGB Variations
Color information
#C4CBC9 (or 0xC4CBC9) is known color: Jet Stream. HEX triplet: C4, CB and C9. RGB value is (196,203,201). Sum of RGB (Red+Green+Blue) = 196+203+201=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC9 is #3B3436. Grayscale: #C8C8C8. Windows color (decimal): -3879991 or 13224900. OLE color: 13224900.
HSL color Cylindrical-coordinate representation of color #C4CBC9: hue angle of 162.86º 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 #C4CBC9 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 196 | 203 | 201 | - |
CMYK | 0.03 | 0 | 0.01 | 0.20 |
HSL | 162.86º | 0.06% | 0.78% | - |
HSV(B) | 162.86º | 0.03% | 0.8% | - |
XYZ | 54.66 | 58.66 | 63.7 | - |
YUV | 200.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 203 | 201 | 0.03 | 0 | 0.01 | 0.20 | 162.86 | 0.06 | 0.78 |
Hex | C4 | CB | C9 | 3 | 0 | 1 | 14 | A3 | 6 | 4E |
Octal | 304 | 313 | 311 | 3 | 0 | 1 | 24 | 243 | 6 | 116 |
Binary | 11000100 | 11001011 | 11001001 | 11 | 0 | 1 | 10100 | 10100011 | 110 | 1001110 |
Color Harmonies of #C4CBC9
Complementary color
Monochromatic Colors of #C4CBC9
Black with #C4CBC9
Text Example
Text Example
White with #C4CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBC9; }
p { color: rgb(196,203,201); }
H1.HeaderClassName
{
color: #C4CBC9;
}
.AnyTagClassName
{
color: #C4CBC9;
}
</style>
background-color css
<style>
a { background-color: #C4CBC9; }
a { background-color: rgb(196,203,201); }
div.DivClassName
{
background-color: #C4CBC9;
}
.BgClassName
{
background-color: #C4CBC9;
}
</style>
border-color css
<style>
span { border-color: #C4CBC9; }
span { border-color: rgb(196,203,201); }
td.TdClassName
{
border-color: #C4CBC9;
}
.TagClassName
{
border-color: #C4CBC9;
}
</style>