#C0CADC

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

Shades of Link Water #C0CADC

Tints of Link Water #C0CADC

Color information

#C0CADC (or 0xC0CADC) is unknown color: approx Link Water. HEX triplet: C0, CA and DC. RGB value is (192,202,220). Sum of RGB (Red+Green+Blue) = 192+202+220=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADC is #3F3523. Grayscale: #C8C8C8. Windows color (decimal): -4142372 or 14469824. OLE color: 14469824.

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

Color convert

RGB192202220-
CMYK0.130.0800.14
HSL218.57º28.57%80.78%-
HSV(B)218.57º12.73%86.27%-
XYZ55.7858.6176.08-
YUV201.06138.69121.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=31.27%
G=32.90%
B=35.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922022200.130.0800.14218.5728.5780.78
HexC0CADCD80Edb1d51
Octal300312334151001633335121
Binary110000001100101011011100110110000111011011011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CADC; }

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

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

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

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

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

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

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

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