Shades of Link Water #C3C5CB
Tints of Link Water #C3C5CB
RGB
CMYK
RGB Variations
Color information
#C3C5CB (or 0xC3C5CB) is known color: Link Water. HEX triplet: C3, C5 and CB. RGB value is (195,197,203). Sum of RGB (Red+Green+Blue) = 195+197+203=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5CB is #3C3A34. Grayscale: #C5C5C5. Windows color (decimal): -3947061 or 13354435. OLE color: 13354435.
HSL color Cylindrical-coordinate representation of color #C3C5CB: hue angle of 225º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3C5CB is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 197 | 203 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.20 |
| HSL | 225º | 0.07% | 0.78% | - |
| HSV(B) | 225º | 0.04% | 0.8% | - |
| XYZ | 53.25 | 55.85 | 64.47 | - |
| YUV | 197.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 203 | 0.04 | 0.03 | 0 | 0.20 | 225 | 0.07 | 0.78 |
| Hex | C3 | C5 | CB | 4 | 3 | 0 | 14 | E1 | 7 | 4E |
| Octal | 303 | 305 | 313 | 4 | 3 | 0 | 24 | 341 | 7 | 116 |
| Binary | 11000011 | 11000101 | 11001011 | 100 | 11 | 0 | 10100 | 11100001 | 111 | 1001110 |
Color Harmonies of #C3C5CB
Complementary color
Monochromatic Colors of #C3C5CB
Black with #C3C5CB
Text Example
Text Example
White with #C3C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5CB; }
p { color: rgb(195,197,203); }
H1.HeaderClassName
{
color: #C3C5CB;
}
.AnyTagClassName
{
color: #C3C5CB;
}
</style>
background-color css
<style>
a { background-color: #C3C5CB; }
a { background-color: rgb(195,197,203); }
div.DivClassName
{
background-color: #C3C5CB;
}
.BgClassName
{
background-color: #C3C5CB;
}
</style>
border-color css
<style>
span { border-color: #C3C5CB; }
span { border-color: rgb(195,197,203); }
td.TdClassName
{
border-color: #C3C5CB;
}
.TagClassName
{
border-color: #C3C5CB;
}
</style>