#C0CADB

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

Shades of Link Water #C0CADB

Tints of Link Water #C0CADB

Color information

#C0CADB (or 0xC0CADB) is unknown color: approx Link Water. HEX triplet: C0, CA and DB. RGB value is (192,202,219). Sum of RGB (Red+Green+Blue) = 192+202+219=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADB is #3F3524. Grayscale: #C8C8C8. Windows color (decimal): -4142373 or 14404288. OLE color: 14404288.

HSL color Cylindrical-coordinate representation of color #C0CADB: hue angle of 217.78º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CADB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192202219-
CMYK0.120.0800.14
HSL217.78º27.27%80.59%-
HSV(B)217.78º12.33%85.88%-
XYZ55.6458.5675.39-
YUV200.95138.19121.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=31.32%
G=32.95%
B=35.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922022190.120.0800.14217.7827.2780.59
HexC0CADBC80Eda1b51
Octal300312333141001633233121
Binary110000001100101011011011110010000111011011010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CADB; }

 p { color: rgb(192,202,219); }

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

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

 a { background-color: rgb(192,202,219); }

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

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

 span { border-color: rgb(192,202,219); }

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