Shades of Link Water #C2C4CA
Tints of Link Water #C2C4CA
RGB
CMYK
RGB Variations
Color information
#C2C4CA (or 0xC2C4CA) is known color: Link Water. HEX triplet: C2, C4 and CA. RGB value is (194,196,202). Sum of RGB (Red+Green+Blue) = 194+196+202=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4CA is #3D3B35. Grayscale: #C4C4C4. Windows color (decimal): -4012854 or 13288642. OLE color: 13288642.
HSL color Cylindrical-coordinate representation of color #C2C4CA: hue angle of 225º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2C4CA is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 196 | 202 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.21 |
| HSL | 225º | 0.07% | 0.78% | - |
| HSV(B) | 225º | 0.04% | 0.79% | - |
| XYZ | 52.65 | 55.21 | 63.76 | - |
| YUV | 196.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 202 | 0.04 | 0.03 | 0 | 0.21 | 225 | 0.07 | 0.78 |
| Hex | C2 | C4 | CA | 4 | 3 | 0 | 15 | E1 | 7 | 4E |
| Octal | 302 | 304 | 312 | 4 | 3 | 0 | 25 | 341 | 7 | 116 |
| Binary | 11000010 | 11000100 | 11001010 | 100 | 11 | 0 | 10101 | 11100001 | 111 | 1001110 |
Color Harmonies of #C2C4CA
Complementary color
Monochromatic Colors of #C2C4CA
Black with #C2C4CA
Text Example
Text Example
White with #C2C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C4CA; }
p { color: rgb(194,196,202); }
H1.HeaderClassName
{
color: #C2C4CA;
}
.AnyTagClassName
{
color: #C2C4CA;
}
</style>
background-color css
<style>
a { background-color: #C2C4CA; }
a { background-color: rgb(194,196,202); }
div.DivClassName
{
background-color: #C2C4CA;
}
.BgClassName
{
background-color: #C2C4CA;
}
</style>
border-color css
<style>
span { border-color: #C2C4CA; }
span { border-color: rgb(194,196,202); }
td.TdClassName
{
border-color: #C2C4CA;
}
.TagClassName
{
border-color: #C2C4CA;
}
</style>