#C0CBDC

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

Shades of Link Water #C0CBDC

Tints of Link Water #C0CBDC

Color information

#C0CBDC (or 0xC0CBDC) is unknown color: approx Link Water. HEX triplet: C0, CB and DC. RGB value is (192,203,220). Sum of RGB (Red+Green+Blue) = 192+203+220=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBDC is #3F3423. Grayscale: #C9C9C9. Windows color (decimal): -4142116 or 14470080. OLE color: 14470080.

HSL color Cylindrical-coordinate representation of color #C0CBDC: hue angle of 216.43º 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 #C0CBDC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192203220-
CMYK0.130.0800.14
HSL216.43º28.57%80.78%-
HSV(B)216.43º12.73%86.27%-
XYZ56.0159.0976.16-
YUV201.65138.36121.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.22%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=31.22%
G=33.01%
B=35.77%

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
Decimal1922032200.130.0800.14216.4328.5780.78
HexC0CBDCD80Ed81d51
Octal300313334151001633035121
Binary110000001100101111011100110110000111011011000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBDC; }

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

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

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

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

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

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

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

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