#C0C4CB

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

Shades of Link Water #C0C4CB

Tints of Link Water #C0C4CB

Color information

#C0C4CB (or 0xC0C4CB) is unknown color: approx Link Water. HEX triplet: C0, C4 and CB. RGB value is (192,196,203). Sum of RGB (Red+Green+Blue) = 192+196+203=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0C4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C4CB is #3F3B34. Grayscale: #C3C3C3. Windows color (decimal): -4143925 or 13354176. OLE color: 13354176.

HSL color Cylindrical-coordinate representation of color #C0C4CB: hue angle of 218.18º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C4CB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192196203-
CMYK0.050.0300.20
HSL218.18º9.57%77.45%-
HSV(B)218.18º5.42%79.61%-
XYZ52.265564.36-
YUV195.6132.17125.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=32.49%
G=33.16%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921962030.050.0300.20218.189.5777.45
HexC0C4CB53014daa4d
Octal3003043135302433212115
Binary110000001100010011001011101110101001101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4CB; }

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

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

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

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

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

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

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

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