Shades of Link Water #C8C9CE
Tints of Link Water #C8C9CE
RGB
CMYK
RGB Variations
Color information
#C8C9CE (or 0xC8C9CE) is known color: Link Water. HEX triplet: C8, C9 and CE. RGB value is (200,201,206). Sum of RGB (Red+Green+Blue) = 200+201+206=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9CE is #373631. Grayscale: #C9C9C9. Windows color (decimal): -3618354 or 13552072. OLE color: 13552072.
HSL color Cylindrical-coordinate representation of color #C8C9CE: hue angle of 230º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C9CE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 201 | 206 | - |
CMYK | 0.03 | 0.02 | 0 | 0.19 |
HSL | 230º | 0.06% | 0.8% | - |
HSV(B) | 230º | 0.03% | 0.81% | - |
XYZ | 55.85 | 58.51 | 66.74 | - |
YUV | 201.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 206 | 0.03 | 0.02 | 0 | 0.19 | 230 | 0.06 | 0.8 |
Hex | C8 | C9 | CE | 3 | 2 | 0 | 13 | E6 | 6 | 50 |
Octal | 310 | 311 | 316 | 3 | 2 | 0 | 23 | 346 | 6 | 120 |
Binary | 11001000 | 11001001 | 11001110 | 11 | 10 | 0 | 10011 | 11100110 | 110 | 1010000 |
Color Harmonies of #C8C9CE
Complementary color
Monochromatic Colors of #C8C9CE
Black with #C8C9CE
Text Example
Text Example
White with #C8C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9CE; }
p { color: rgb(200,201,206); }
H1.HeaderClassName
{
color: #C8C9CE;
}
.AnyTagClassName
{
color: #C8C9CE;
}
</style>
background-color css
<style>
a { background-color: #C8C9CE; }
a { background-color: rgb(200,201,206); }
div.DivClassName
{
background-color: #C8C9CE;
}
.BgClassName
{
background-color: #C8C9CE;
}
</style>
border-color css
<style>
span { border-color: #C8C9CE; }
span { border-color: rgb(200,201,206); }
td.TdClassName
{
border-color: #C8C9CE;
}
.TagClassName
{
border-color: #C8C9CE;
}
</style>