Shades of Jet Stream #C3CAC7
Tints of Jet Stream #C3CAC7
RGB
CMYK
RGB Variations
Color information
#C3CAC7 (or 0xC3CAC7) is known color: Jet Stream. HEX triplet: C3, CA and C7. RGB value is (195,202,199). Sum of RGB (Red+Green+Blue) = 195+202+199=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAC7 is #3C3538. Grayscale: #C7C7C7. Windows color (decimal): -3945785 or 13093571. OLE color: 13093571.
HSL color Cylindrical-coordinate representation of color #C3CAC7: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3CAC7 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 195 | 202 | 199 | - |
CMYK | 0.03 | 0 | 0.01 | 0.21 |
HSL | 154.29º | 0.06% | 0.78% | - |
HSV(B) | 154.29º | 0.03% | 0.79% | - |
XYZ | 53.94 | 57.97 | 62.38 | - |
YUV | 199.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 202 | 199 | 0.03 | 0 | 0.01 | 0.21 | 154.29 | 0.06 | 0.78 |
Hex | C3 | CA | C7 | 3 | 0 | 1 | 15 | 9A | 6 | 4E |
Octal | 303 | 312 | 307 | 3 | 0 | 1 | 25 | 232 | 6 | 116 |
Binary | 11000011 | 11001010 | 11000111 | 11 | 0 | 1 | 10101 | 10011010 | 110 | 1001110 |
Color Harmonies of #C3CAC7
Complementary color
Monochromatic Colors of #C3CAC7
Black with #C3CAC7
Text Example
Text Example
White with #C3CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAC7; }
p { color: rgb(195,202,199); }
H1.HeaderClassName
{
color: #C3CAC7;
}
.AnyTagClassName
{
color: #C3CAC7;
}
</style>
background-color css
<style>
a { background-color: #C3CAC7; }
a { background-color: rgb(195,202,199); }
div.DivClassName
{
background-color: #C3CAC7;
}
.BgClassName
{
background-color: #C3CAC7;
}
</style>
border-color css
<style>
span { border-color: #C3CAC7; }
span { border-color: rgb(195,202,199); }
td.TdClassName
{
border-color: #C3CAC7;
}
.TagClassName
{
border-color: #C3CAC7;
}
</style>