Shades of Link Water #C8C9CD
Tints of Link Water #C8C9CD
RGB
CMYK
RGB Variations
Color information
#C8C9CD (or 0xC8C9CD) is known color: Link Water. HEX triplet: C8, C9 and CD. RGB value is (200,201,205). Sum of RGB (Red+Green+Blue) = 200+201+205=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9CD is #373632. Grayscale: #C9C9C9. Windows color (decimal): -3618355 or 13486536. OLE color: 13486536.
HSL color Cylindrical-coordinate representation of color #C8C9CD: hue angle of 228º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8C9CD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 201 | 205 | - |
CMYK | 0.02 | 0.02 | 0 | 0.20 |
HSL | 228º | 0.05% | 0.79% | - |
HSV(B) | 228º | 0.02% | 0.8% | - |
XYZ | 55.73 | 58.46 | 66.1 | - |
YUV | 201.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 205 | 0.02 | 0.02 | 0 | 0.20 | 228 | 0.05 | 0.79 |
Hex | C8 | C9 | CD | 2 | 2 | 0 | 14 | E4 | 5 | 4F |
Octal | 310 | 311 | 315 | 2 | 2 | 0 | 24 | 344 | 5 | 117 |
Binary | 11001000 | 11001001 | 11001101 | 10 | 10 | 0 | 10100 | 11100100 | 101 | 1001111 |
Color Harmonies of #C8C9CD
Complementary color
Monochromatic Colors of #C8C9CD
Black with #C8C9CD
Text Example
Text Example
White with #C8C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9CD; }
p { color: rgb(200,201,205); }
H1.HeaderClassName
{
color: #C8C9CD;
}
.AnyTagClassName
{
color: #C8C9CD;
}
</style>
background-color css
<style>
a { background-color: #C8C9CD; }
a { background-color: rgb(200,201,205); }
div.DivClassName
{
background-color: #C8C9CD;
}
.BgClassName
{
background-color: #C8C9CD;
}
</style>
border-color css
<style>
span { border-color: #C8C9CD; }
span { border-color: rgb(200,201,205); }
td.TdClassName
{
border-color: #C8C9CD;
}
.TagClassName
{
border-color: #C8C9CD;
}
</style>