Shades of Link Water #C6CCD0
Tints of Link Water #C6CCD0
RGB
CMYK
RGB Variations
Color information
#C6CCD0 (or 0xC6CCD0) is known color: Link Water. HEX triplet: C6, CC and D0. RGB value is (198,204,208). Sum of RGB (Red+Green+Blue) = 198+204+208=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCD0 is #39332F. Grayscale: #CACACA. Windows color (decimal): -3748656 or 13683910. OLE color: 13683910.
HSL color Cylindrical-coordinate representation of color #C6CCD0: hue angle of 204º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6CCD0 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 198 | 204 | 208 | - |
CMYK | 0.05 | 0.02 | 0 | 0.18 |
HSL | 204º | 0.1% | 0.8% | - |
HSV(B) | 204º | 0.05% | 0.82% | - |
XYZ | 56.27 | 59.75 | 68.24 | - |
YUV | 202.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 204 | 208 | 0.05 | 0.02 | 0 | 0.18 | 204 | 0.1 | 0.8 |
Hex | C6 | CC | D0 | 5 | 2 | 0 | 12 | CC | A | 50 |
Octal | 306 | 314 | 320 | 5 | 2 | 0 | 22 | 314 | 12 | 120 |
Binary | 11000110 | 11001100 | 11010000 | 101 | 10 | 0 | 10010 | 11001100 | 1010 | 1010000 |
Color Harmonies of #C6CCD0
Complementary color
Monochromatic Colors of #C6CCD0
Black with #C6CCD0
Text Example
Text Example
White with #C6CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCD0; }
p { color: rgb(198,204,208); }
H1.HeaderClassName
{
color: #C6CCD0;
}
.AnyTagClassName
{
color: #C6CCD0;
}
</style>
background-color css
<style>
a { background-color: #C6CCD0; }
a { background-color: rgb(198,204,208); }
div.DivClassName
{
background-color: #C6CCD0;
}
.BgClassName
{
background-color: #C6CCD0;
}
</style>
border-color css
<style>
span { border-color: #C6CCD0; }
span { border-color: rgb(198,204,208); }
td.TdClassName
{
border-color: #C6CCD0;
}
.TagClassName
{
border-color: #C6CCD0;
}
</style>