Shades of Link Water #C7CBCE
Tints of Link Water #C7CBCE
RGB
CMYK
RGB Variations
Color information
#C7CBCE (or 0xC7CBCE) is known color: Link Water. HEX triplet: C7, CB and CE. RGB value is (199,203,206). Sum of RGB (Red+Green+Blue) = 199+203+206=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCE is #383431. Grayscale: #CACACA. Windows color (decimal): -3683378 or 13552583. OLE color: 13552583.
HSL color Cylindrical-coordinate representation of color #C7CBCE: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CBCE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 203 | 206 | - |
CMYK | 0.03 | 0.01 | 0 | 0.19 |
HSL | 205.71º | 0.07% | 0.79% | - |
HSV(B) | 205.71º | 0.03% | 0.81% | - |
XYZ | 56.05 | 59.31 | 66.89 | - |
YUV | 202.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 206 | 0.03 | 0.01 | 0 | 0.19 | 205.71 | 0.07 | 0.79 |
Hex | C7 | CB | CE | 3 | 1 | 0 | 13 | CE | 7 | 4F |
Octal | 307 | 313 | 316 | 3 | 1 | 0 | 23 | 316 | 7 | 117 |
Binary | 11000111 | 11001011 | 11001110 | 11 | 1 | 0 | 10011 | 11001110 | 111 | 1001111 |
Color Harmonies of #C7CBCE
Complementary color
Monochromatic Colors of #C7CBCE
Black with #C7CBCE
Text Example
Text Example
White with #C7CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBCE; }
p { color: rgb(199,203,206); }
H1.HeaderClassName
{
color: #C7CBCE;
}
.AnyTagClassName
{
color: #C7CBCE;
}
</style>
background-color css
<style>
a { background-color: #C7CBCE; }
a { background-color: rgb(199,203,206); }
div.DivClassName
{
background-color: #C7CBCE;
}
.BgClassName
{
background-color: #C7CBCE;
}
</style>
border-color css
<style>
span { border-color: #C7CBCE; }
span { border-color: rgb(199,203,206); }
td.TdClassName
{
border-color: #C7CBCE;
}
.TagClassName
{
border-color: #C7CBCE;
}
</style>