Shades of Link Water #C0C3CA
Tints of Link Water #C0C3CA
RGB
CMYK
RGB Variations
Color information
#C0C3CA (or 0xC0C3CA) is known color: Link Water. HEX triplet: C0, C3 and CA. RGB value is (192,195,202). Sum of RGB (Red+Green+Blue) = 192+195+202=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0C3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3CA is #3F3C35. Grayscale: #C2C2C2. Windows color (decimal): -4144182 or 13288384. OLE color: 13288384.
HSL color Cylindrical-coordinate representation of color #C0C3CA: hue angle of 222º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C3CA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 195 | 202 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.21 |
| HSL | 222º | 0.09% | 0.77% | - |
| HSV(B) | 222º | 0.05% | 0.79% | - |
| XYZ | 51.91 | 54.5 | 63.66 | - |
| YUV | 194.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 202 | 0.05 | 0.03 | 0 | 0.21 | 222 | 0.09 | 0.77 |
| Hex | C0 | C3 | CA | 5 | 3 | 0 | 15 | DE | 9 | 4D |
| Octal | 300 | 303 | 312 | 5 | 3 | 0 | 25 | 336 | 11 | 115 |
| Binary | 11000000 | 11000011 | 11001010 | 101 | 11 | 0 | 10101 | 11011110 | 1001 | 1001101 |
Color Harmonies of #C0C3CA
Complementary color
Monochromatic Colors of #C0C3CA
Black with #C0C3CA
Text Example
Text Example
White with #C0C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3CA; }
p { color: rgb(192,195,202); }
H1.HeaderClassName
{
color: #C0C3CA;
}
.AnyTagClassName
{
color: #C0C3CA;
}
</style>
background-color css
<style>
a { background-color: #C0C3CA; }
a { background-color: rgb(192,195,202); }
div.DivClassName
{
background-color: #C0C3CA;
}
.BgClassName
{
background-color: #C0C3CA;
}
</style>
border-color css
<style>
span { border-color: #C0C3CA; }
span { border-color: rgb(192,195,202); }
td.TdClassName
{
border-color: #C0C3CA;
}
.TagClassName
{
border-color: #C0C3CA;
}
</style>