Shades of Link Water #C9CBCE
Tints of Link Water #C9CBCE
RGB
CMYK
RGB Variations
Color information
#C9CBCE (or 0xC9CBCE) is known color: Link Water. HEX triplet: C9, CB and CE. RGB value is (201,203,206). Sum of RGB (Red+Green+Blue) = 201+203+206=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBCE is #363431. Grayscale: #CACACA. Windows color (decimal): -3552306 or 13552585. OLE color: 13552585.
HSL color Cylindrical-coordinate representation of color #C9CBCE: hue angle of 216º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CBCE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 203 | 206 | - |
CMYK | 0.02 | 0.01 | 0 | 0.19 |
HSL | 216º | 0.05% | 0.8% | - |
HSV(B) | 216º | 0.02% | 0.81% | - |
XYZ | 56.58 | 59.59 | 66.91 | - |
YUV | 202.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 203 | 206 | 0.02 | 0.01 | 0 | 0.19 | 216 | 0.05 | 0.8 |
Hex | C9 | CB | CE | 2 | 1 | 0 | 13 | D8 | 5 | 50 |
Octal | 311 | 313 | 316 | 2 | 1 | 0 | 23 | 330 | 5 | 120 |
Binary | 11001001 | 11001011 | 11001110 | 10 | 1 | 0 | 10011 | 11011000 | 101 | 1010000 |
Color Harmonies of #C9CBCE
Complementary color
Monochromatic Colors of #C9CBCE
Black with #C9CBCE
Text Example
Text Example
White with #C9CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBCE; }
p { color: rgb(201,203,206); }
H1.HeaderClassName
{
color: #C9CBCE;
}
.AnyTagClassName
{
color: #C9CBCE;
}
</style>
background-color css
<style>
a { background-color: #C9CBCE; }
a { background-color: rgb(201,203,206); }
div.DivClassName
{
background-color: #C9CBCE;
}
.BgClassName
{
background-color: #C9CBCE;
}
</style>
border-color css
<style>
span { border-color: #C9CBCE; }
span { border-color: rgb(201,203,206); }
td.TdClassName
{
border-color: #C9CBCE;
}
.TagClassName
{
border-color: #C9CBCE;
}
</style>