Shades of Link Water #C9CBCD
Tints of Link Water #C9CBCD
RGB
CMYK
RGB Variations
Color information
#C9CBCD (or 0xC9CBCD) is known color: Link Water. HEX triplet: C9, CB and CD. RGB value is (201,203,205). Sum of RGB (Red+Green+Blue) = 201+203+205=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBCD is #363432. Grayscale: #CACACA. Windows color (decimal): -3552307 or 13487049. OLE color: 13487049.
HSL color Cylindrical-coordinate representation of color #C9CBCD: hue angle of 210º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CBCD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 203 | 205 | - |
CMYK | 0.02 | 0.01 | 0 | 0.20 |
HSL | 210º | 0.04% | 0.8% | - |
HSV(B) | 210º | 0.02% | 0.8% | - |
XYZ | 56.46 | 59.54 | 66.27 | - |
YUV | 202.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 203 | 205 | 0.02 | 0.01 | 0 | 0.20 | 210 | 0.04 | 0.8 |
Hex | C9 | CB | CD | 2 | 1 | 0 | 14 | D2 | 4 | 50 |
Octal | 311 | 313 | 315 | 2 | 1 | 0 | 24 | 322 | 4 | 120 |
Binary | 11001001 | 11001011 | 11001101 | 10 | 1 | 0 | 10100 | 11010010 | 100 | 1010000 |
Color Harmonies of #C9CBCD
Complementary color
Monochromatic Colors of #C9CBCD
Black with #C9CBCD
Text Example
Text Example
White with #C9CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBCD; }
p { color: rgb(201,203,205); }
H1.HeaderClassName
{
color: #C9CBCD;
}
.AnyTagClassName
{
color: #C9CBCD;
}
</style>
background-color css
<style>
a { background-color: #C9CBCD; }
a { background-color: rgb(201,203,205); }
div.DivClassName
{
background-color: #C9CBCD;
}
.BgClassName
{
background-color: #C9CBCD;
}
</style>
border-color css
<style>
span { border-color: #C9CBCD; }
span { border-color: rgb(201,203,205); }
td.TdClassName
{
border-color: #C9CBCD;
}
.TagClassName
{
border-color: #C9CBCD;
}
</style>