#C2C4CA

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

Shades of Link Water #C2C4CA

Tints of Link Water #C2C4CA

Color information

#C2C4CA (or 0xC2C4CA) is unknown color: approx Link Water. HEX triplet: C2, C4 and CA. RGB value is (194,196,202). Sum of RGB (Red+Green+Blue) = 194+196+202=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4CA is #3D3B35. Grayscale: #C4C4C4. Windows color (decimal): -4012854 or 13288642. OLE color: 13288642.

HSL color Cylindrical-coordinate representation of color #C2C4CA: hue angle of 225º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2C4CA is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194196202-
CMYK0.040.0300.21
HSL225º7.02%77.65%-
HSV(B)225º3.96%79.22%-
XYZ52.6555.2163.76-
YUV196.09131.34126.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.77%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=32.77%
G=33.11%
B=34.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941962020.040.0300.212257.0277.65
HexC2C4CA43015e174e
Octal302304312430253417116
Binary11000010110001001100101010011010101111000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C4CA; }

 p { color: rgb(194,196,202); }

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

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

 a { background-color: rgb(194,196,202); }

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

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

 span { border-color: rgb(194,196,202); }

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