Shades of Link Water #C3C6CA
Tints of Link Water #C3C6CA
RGB
CMYK
RGB Variations
Color information
#C3C6CA (or 0xC3C6CA) is known color: Link Water. HEX triplet: C3, C6 and CA. RGB value is (195,198,202). Sum of RGB (Red+Green+Blue) = 195+198+202=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6CA is #3C3935. Grayscale: #C5C5C5. Windows color (decimal): -3946806 or 13289155. OLE color: 13289155.
HSL color Cylindrical-coordinate representation of color #C3C6CA: hue angle of 214.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 #C3C6CA is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 195 | 198 | 202 | - |
CMYK | 0.03 | 0.02 | 0 | 0.21 |
HSL | 214.29º | 0.06% | 0.78% | - |
HSV(B) | 214.29º | 0.03% | 0.79% | - |
XYZ | 53.36 | 56.25 | 63.92 | - |
YUV | 197.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 198 | 202 | 0.03 | 0.02 | 0 | 0.21 | 214.29 | 0.06 | 0.78 |
Hex | C3 | C6 | CA | 3 | 2 | 0 | 15 | D6 | 6 | 4E |
Octal | 303 | 306 | 312 | 3 | 2 | 0 | 25 | 326 | 6 | 116 |
Binary | 11000011 | 11000110 | 11001010 | 11 | 10 | 0 | 10101 | 11010110 | 110 | 1001110 |
Color Harmonies of #C3C6CA
Complementary color
Monochromatic Colors of #C3C6CA
Black with #C3C6CA
Text Example
Text Example
White with #C3C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C6CA; }
p { color: rgb(195,198,202); }
H1.HeaderClassName
{
color: #C3C6CA;
}
.AnyTagClassName
{
color: #C3C6CA;
}
</style>
background-color css
<style>
a { background-color: #C3C6CA; }
a { background-color: rgb(195,198,202); }
div.DivClassName
{
background-color: #C3C6CA;
}
.BgClassName
{
background-color: #C3C6CA;
}
</style>
border-color css
<style>
span { border-color: #C3C6CA; }
span { border-color: rgb(195,198,202); }
td.TdClassName
{
border-color: #C3C6CA;
}
.TagClassName
{
border-color: #C3C6CA;
}
</style>