Shades of Jet Stream #C7CFCB
Tints of Jet Stream #C7CFCB
RGB
CMYK
RGB Variations
Color information
#C7CFCB (or 0xC7CFCB) is known color: Jet Stream. HEX triplet: C7, CF and CB. RGB value is (199,207,203). Sum of RGB (Red+Green+Blue) = 199+207+203=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCB is #383034. Grayscale: #CCCCCC. Windows color (decimal): -3682357 or 13356999. OLE color: 13356999.
HSL color Cylindrical-coordinate representation of color #C7CFCB: hue angle of 150º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFCB is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 207 | 203 | - |
CMYK | 0.04 | 0 | 0.02 | 0.19 |
HSL | 150º | 0.08% | 0.8% | - |
HSV(B) | 150º | 0.04% | 0.81% | - |
XYZ | 56.65 | 61.08 | 65.3 | - |
YUV | 204.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 207 | 203 | 0.04 | 0 | 0.02 | 0.19 | 150 | 0.08 | 0.8 |
Hex | C7 | CF | CB | 4 | 0 | 2 | 13 | 96 | 8 | 50 |
Octal | 307 | 317 | 313 | 4 | 0 | 2 | 23 | 226 | 10 | 120 |
Binary | 11000111 | 11001111 | 11001011 | 100 | 0 | 10 | 10011 | 10010110 | 1000 | 1010000 |
Color Harmonies of #C7CFCB
Complementary color
Monochromatic Colors of #C7CFCB
Black with #C7CFCB
Text Example
Text Example
White with #C7CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFCB; }
p { color: rgb(199,207,203); }
H1.HeaderClassName
{
color: #C7CFCB;
}
.AnyTagClassName
{
color: #C7CFCB;
}
</style>
background-color css
<style>
a { background-color: #C7CFCB; }
a { background-color: rgb(199,207,203); }
div.DivClassName
{
background-color: #C7CFCB;
}
.BgClassName
{
background-color: #C7CFCB;
}
</style>
border-color css
<style>
span { border-color: #C7CFCB; }
span { border-color: rgb(199,207,203); }
td.TdClassName
{
border-color: #C7CFCB;
}
.TagClassName
{
border-color: #C7CFCB;
}
</style>