#C0C5CD

Color #C0C5CD Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C0C5CD

Tints of Link Water #C0C5CD

Color information

#C0C5CD (or 0xC0C5CD) is unknown color: approx Link Water. HEX triplet: C0, C5 and CD. RGB value is (192,197,205). Sum of RGB (Red+Green+Blue) = 192+197+205=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C5CD is #3F3A32. Grayscale: #C4C4C4. Windows color (decimal): -4143667 or 13485504. OLE color: 13485504.

HSL color Cylindrical-coordinate representation of color #C0C5CD: hue angle of 216.92º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0C5CD is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192197205-
CMYK0.060.0400.20
HSL216.92º11.5%77.84%-
HSV(B)216.92º6.34%80.39%-
XYZ52.7255.5565.7-
YUV196.42132.84124.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.32%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=32.32%
G=33.16%
B=34.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921972050.060.0400.20216.9211.577.84
HexC0C5CD64014d9c4e
Octal3003053156402433114116
Binary1100000011000101110011011101000101001101100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C5CD; }

 p { color: rgb(192,197,205); }

 H1.HeaderClassName
 {
   color: #C0C5CD;
 }
 .AnyTagClassName
 {
   color: #C0C5CD;
 }
</style>
background-color css

<style>
 a { background-color: #C0C5CD; }

 a { background-color: rgb(192,197,205); }

 div.DivClassName
 {
   background-color: #C0C5CD;
 }
 .BgClassName
 {
   background-color: #C0C5CD;
 }
</style>
border-color css

<style>
 span { border-color: #C0C5CD; }

 span { border-color: rgb(192,197,205); }

 td.TdClassName
 {
   border-color: #C0C5CD;
 }
 .TagClassName
 {
   border-color: #C0C5CD;
 }
</style>