Shades of Link Water #C7CBCF
Tints of Link Water #C7CBCF
RGB
CMYK
RGB Variations
Color information
#C7CBCF (or 0xC7CBCF) is known color: Link Water. HEX triplet: C7, CB and CF. RGB value is (199,203,207). Sum of RGB (Red+Green+Blue) = 199+203+207=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCF is #383430. Grayscale: #CACACA. Windows color (decimal): -3683377 or 13618119. OLE color: 13618119.
HSL color Cylindrical-coordinate representation of color #C7CBCF: hue angle of 210º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CBCF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 203 | 207 | - |
CMYK | 0.04 | 0.02 | 0 | 0.19 |
HSL | 210º | 0.08% | 0.8% | - |
HSV(B) | 210º | 0.04% | 0.81% | - |
XYZ | 56.17 | 59.36 | 67.53 | - |
YUV | 202.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 207 | 0.04 | 0.02 | 0 | 0.19 | 210 | 0.08 | 0.8 |
Hex | C7 | CB | CF | 4 | 2 | 0 | 13 | D2 | 8 | 50 |
Octal | 307 | 313 | 317 | 4 | 2 | 0 | 23 | 322 | 10 | 120 |
Binary | 11000111 | 11001011 | 11001111 | 100 | 10 | 0 | 10011 | 11010010 | 1000 | 1010000 |
Color Harmonies of #C7CBCF
Complementary color
Monochromatic Colors of #C7CBCF
Black with #C7CBCF
Text Example
Text Example
White with #C7CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBCF; }
p { color: rgb(199,203,207); }
H1.HeaderClassName
{
color: #C7CBCF;
}
.AnyTagClassName
{
color: #C7CBCF;
}
</style>
background-color css
<style>
a { background-color: #C7CBCF; }
a { background-color: rgb(199,203,207); }
div.DivClassName
{
background-color: #C7CBCF;
}
.BgClassName
{
background-color: #C7CBCF;
}
</style>
border-color css
<style>
span { border-color: #C7CBCF; }
span { border-color: rgb(199,203,207); }
td.TdClassName
{
border-color: #C7CBCF;
}
.TagClassName
{
border-color: #C7CBCF;
}
</style>