Shades of Link Water #C8CBCD
Tints of Link Water #C8CBCD
RGB
CMYK
RGB Variations
Color information
#C8CBCD (or 0xC8CBCD) is known color: Link Water. HEX triplet: C8, CB and CD. RGB value is (200,203,205). Sum of RGB (Red+Green+Blue) = 200+203+205=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBCD is #373432. Grayscale: #CACACA. Windows color (decimal): -3617843 or 13487048. OLE color: 13487048.
HSL color Cylindrical-coordinate representation of color #C8CBCD: hue angle of 204º 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 #C8CBCD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 203 | 205 | - |
CMYK | 0.02 | 0.01 | 0 | 0.20 |
HSL | 204º | 0.05% | 0.79% | - |
HSV(B) | 204º | 0.02% | 0.8% | - |
XYZ | 56.19 | 59.4 | 66.26 | - |
YUV | 202.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 205 | 0.02 | 0.01 | 0 | 0.20 | 204 | 0.05 | 0.79 |
Hex | C8 | CB | CD | 2 | 1 | 0 | 14 | CC | 5 | 4F |
Octal | 310 | 313 | 315 | 2 | 1 | 0 | 24 | 314 | 5 | 117 |
Binary | 11001000 | 11001011 | 11001101 | 10 | 1 | 0 | 10100 | 11001100 | 101 | 1001111 |
Color Harmonies of #C8CBCD
Complementary color
Monochromatic Colors of #C8CBCD
Black with #C8CBCD
Text Example
Text Example
White with #C8CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBCD; }
p { color: rgb(200,203,205); }
H1.HeaderClassName
{
color: #C8CBCD;
}
.AnyTagClassName
{
color: #C8CBCD;
}
</style>
background-color css
<style>
a { background-color: #C8CBCD; }
a { background-color: rgb(200,203,205); }
div.DivClassName
{
background-color: #C8CBCD;
}
.BgClassName
{
background-color: #C8CBCD;
}
</style>
border-color css
<style>
span { border-color: #C8CBCD; }
span { border-color: rgb(200,203,205); }
td.TdClassName
{
border-color: #C8CBCD;
}
.TagClassName
{
border-color: #C8CBCD;
}
</style>