Shades of Jet Stream #C1CAC8
Tints of Jet Stream #C1CAC8
RGB
CMYK
RGB Variations
Color information
#C1CAC8 (or 0xC1CAC8) is known color: Jet Stream. HEX triplet: C1, CA and C8. RGB value is (193,202,200). Sum of RGB (Red+Green+Blue) = 193+202+200=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CAC8 is #3E3537. Grayscale: #C7C7C7. Windows color (decimal): -4076856 or 13159105. OLE color: 13159105.
HSL color Cylindrical-coordinate representation of color #C1CAC8: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1CAC8 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 200 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.21 |
| HSL | 166.67º | 0.08% | 0.77% | - |
| HSV(B) | 166.67º | 0.04% | 0.79% | - |
| XYZ | 53.54 | 57.75 | 62.97 | - |
| YUV | 199.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 200 | 0.04 | 0 | 0.01 | 0.21 | 166.67 | 0.08 | 0.77 |
| Hex | C1 | CA | C8 | 4 | 0 | 1 | 15 | A7 | 8 | 4D |
| Octal | 301 | 312 | 310 | 4 | 0 | 1 | 25 | 247 | 10 | 115 |
| Binary | 11000001 | 11001010 | 11001000 | 100 | 0 | 1 | 10101 | 10100111 | 1000 | 1001101 |
Color Harmonies of #C1CAC8
Complementary color
Monochromatic Colors of #C1CAC8
Black with #C1CAC8
Text Example
Text Example
White with #C1CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAC8; }
p { color: rgb(193,202,200); }
H1.HeaderClassName
{
color: #C1CAC8;
}
.AnyTagClassName
{
color: #C1CAC8;
}
</style>
background-color css
<style>
a { background-color: #C1CAC8; }
a { background-color: rgb(193,202,200); }
div.DivClassName
{
background-color: #C1CAC8;
}
.BgClassName
{
background-color: #C1CAC8;
}
</style>
border-color css
<style>
span { border-color: #C1CAC8; }
span { border-color: rgb(193,202,200); }
td.TdClassName
{
border-color: #C1CAC8;
}
.TagClassName
{
border-color: #C1CAC8;
}
</style>