Shades of Jet Stream #C1CBC8
Tints of Jet Stream #C1CBC8
RGB
CMYK
RGB Variations
Color information
#C1CBC8 (or 0xC1CBC8) is known color: Jet Stream. HEX triplet: C1, CB and C8. RGB value is (193,203,200). Sum of RGB (Red+Green+Blue) = 193+203+200=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBC8 is #3E3437. Grayscale: #C7C7C7. Windows color (decimal): -4076600 or 13159361. OLE color: 13159361.
HSL color Cylindrical-coordinate representation of color #C1CBC8: hue angle of 162º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1CBC8 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 193 | 203 | 200 | - |
CMYK | 0.05 | 0 | 0.01 | 0.20 |
HSL | 162º | 0.09% | 0.78% | - |
HSV(B) | 162º | 0.05% | 0.8% | - |
XYZ | 53.77 | 58.22 | 63.05 | - |
YUV | 199.67 | 128.19 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 203 | 200 | 0.05 | 0 | 0.01 | 0.20 | 162 | 0.09 | 0.78 |
Hex | C1 | CB | C8 | 5 | 0 | 1 | 14 | A2 | 9 | 4E |
Octal | 301 | 313 | 310 | 5 | 0 | 1 | 24 | 242 | 11 | 116 |
Binary | 11000001 | 11001011 | 11001000 | 101 | 0 | 1 | 10100 | 10100010 | 1001 | 1001110 |
Color Harmonies of #C1CBC8
Complementary color
Monochromatic Colors of #C1CBC8
Black with #C1CBC8
Text Example
Text Example
White with #C1CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBC8; }
p { color: rgb(193,203,200); }
H1.HeaderClassName
{
color: #C1CBC8;
}
.AnyTagClassName
{
color: #C1CBC8;
}
</style>
background-color css
<style>
a { background-color: #C1CBC8; }
a { background-color: rgb(193,203,200); }
div.DivClassName
{
background-color: #C1CBC8;
}
.BgClassName
{
background-color: #C1CBC8;
}
</style>
border-color css
<style>
span { border-color: #C1CBC8; }
span { border-color: rgb(193,203,200); }
td.TdClassName
{
border-color: #C1CBC8;
}
.TagClassName
{
border-color: #C1CBC8;
}
</style>