Shades of Link Water #C8CBCF
Tints of Link Water #C8CBCF
RGB
CMYK
RGB Variations
Color information
#C8CBCF (or 0xC8CBCF) is known color: Link Water. HEX triplet: C8, CB and CF. RGB value is (200,203,207). Sum of RGB (Red+Green+Blue) = 200+203+207=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBCF is #373430. Grayscale: #CACACA. Windows color (decimal): -3617841 or 13618120. OLE color: 13618120.
HSL color Cylindrical-coordinate representation of color #C8CBCF: hue angle of 214.29º degrees, saturation: 0.07, 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 #C8CBCF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 203 | 207 | - |
CMYK | 0.03 | 0.02 | 0 | 0.19 |
HSL | 214.29º | 0.07% | 0.8% | - |
HSV(B) | 214.29º | 0.03% | 0.81% | - |
XYZ | 56.44 | 59.5 | 67.54 | - |
YUV | 202.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 207 | 0.03 | 0.02 | 0 | 0.19 | 214.29 | 0.07 | 0.8 |
Hex | C8 | CB | CF | 3 | 2 | 0 | 13 | D6 | 7 | 50 |
Octal | 310 | 313 | 317 | 3 | 2 | 0 | 23 | 326 | 7 | 120 |
Binary | 11001000 | 11001011 | 11001111 | 11 | 10 | 0 | 10011 | 11010110 | 111 | 1010000 |
Color Harmonies of #C8CBCF
Complementary color
Monochromatic Colors of #C8CBCF
Black with #C8CBCF
Text Example
Text Example
White with #C8CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBCF; }
p { color: rgb(200,203,207); }
H1.HeaderClassName
{
color: #C8CBCF;
}
.AnyTagClassName
{
color: #C8CBCF;
}
</style>
background-color css
<style>
a { background-color: #C8CBCF; }
a { background-color: rgb(200,203,207); }
div.DivClassName
{
background-color: #C8CBCF;
}
.BgClassName
{
background-color: #C8CBCF;
}
</style>
border-color css
<style>
span { border-color: #C8CBCF; }
span { border-color: rgb(200,203,207); }
td.TdClassName
{
border-color: #C8CBCF;
}
.TagClassName
{
border-color: #C8CBCF;
}
</style>