Shades of Jet Stream #C3CFCB
Tints of Jet Stream #C3CFCB
RGB
CMYK
RGB Variations
Color information
#C3CFCB (or 0xC3CFCB) is known color: Jet Stream. HEX triplet: C3, CF and CB. RGB value is (195,207,203). Sum of RGB (Red+Green+Blue) = 195+207+203=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFCB is #3C3034. Grayscale: #CACACA. Windows color (decimal): -3944501 or 13356995. OLE color: 13356995.
HSL color Cylindrical-coordinate representation of color #C3CFCB: hue angle of 160º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CFCB is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 207 | 203 | - |
CMYK | 0.06 | 0 | 0.02 | 0.19 |
HSL | 160º | 0.11% | 0.79% | - |
HSV(B) | 160º | 0.06% | 0.81% | - |
XYZ | 55.6 | 60.54 | 65.25 | - |
YUV | 202.96 | 128.02 | 122.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 207 | 203 | 0.06 | 0 | 0.02 | 0.19 | 160 | 0.11 | 0.79 |
Hex | C3 | CF | CB | 6 | 0 | 2 | 13 | A0 | B | 4F |
Octal | 303 | 317 | 313 | 6 | 0 | 2 | 23 | 240 | 13 | 117 |
Binary | 11000011 | 11001111 | 11001011 | 110 | 0 | 10 | 10011 | 10100000 | 1011 | 1001111 |
Color Harmonies of #C3CFCB
Complementary color
Monochromatic Colors of #C3CFCB
Black with #C3CFCB
Text Example
Text Example
White with #C3CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFCB; }
p { color: rgb(195,207,203); }
H1.HeaderClassName
{
color: #C3CFCB;
}
.AnyTagClassName
{
color: #C3CFCB;
}
</style>
background-color css
<style>
a { background-color: #C3CFCB; }
a { background-color: rgb(195,207,203); }
div.DivClassName
{
background-color: #C3CFCB;
}
.BgClassName
{
background-color: #C3CFCB;
}
</style>
border-color css
<style>
span { border-color: #C3CFCB; }
span { border-color: rgb(195,207,203); }
td.TdClassName
{
border-color: #C3CFCB;
}
.TagClassName
{
border-color: #C3CFCB;
}
</style>