#C0CBD6

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

Shades of Link Water #C0CBD6

Tints of Link Water #C0CBD6

Color information

#C0CBD6 (or 0xC0CBD6) is unknown color: approx Link Water. HEX triplet: C0, CB and D6. RGB value is (192,203,214). Sum of RGB (Red+Green+Blue) = 192+203+214=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBD6 is #3F3429. Grayscale: #C8C8C8. Windows color (decimal): -4142122 or 14076864. OLE color: 14076864.

HSL color Cylindrical-coordinate representation of color #C0CBD6: hue angle of 210º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CBD6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192203214-
CMYK0.100.0500.16
HSL210º21.15%79.61%-
HSV(B)210º10.28%83.92%-
XYZ55.2358.7772.05-
YUV200.96135.36121.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=31.53%
G=33.33%
B=35.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922032140.100.0500.1621021.1579.61
HexC0CBD6A5010d21550
Octal30031332612502032225120
Binary110000001100101111010110101010101000011010010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBD6; }

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

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

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

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

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

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

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

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