#C9CACD

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

Shades of Link Water #C9CACD

Tints of Link Water #C9CACD

Color information

#C9CACD (or 0xC9CACD) is unknown color: approx Link Water. HEX triplet: C9, CA and CD. RGB value is (201,202,205). Sum of RGB (Red+Green+Blue) = 201+202+205=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACD is #363532. Grayscale: #CACACA. Windows color (decimal): -3552563 or 13486793. OLE color: 13486793.

HSL color Cylindrical-coordinate representation of color #C9CACD: hue angle of 225º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CACD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201202205-
CMYK0.020.0100.20
HSL225º3.85%79.61%-
HSV(B)225º1.95%80.39%-
XYZ56.2359.0766.2-
YUV202.04129.67127.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=33.06%
G=33.22%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012022050.020.0100.202253.8579.61
HexC9CACD21014e1450
Octal311312315210243414120
Binary110010011100101011001101101010100111000011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CACD; }

 p { color: rgb(201,202,205); }

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

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

 a { background-color: rgb(201,202,205); }

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

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

 span { border-color: rgb(201,202,205); }

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