#C9CACC

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

Shades of Link Water #C9CACC

Tints of Link Water #C9CACC

Color information

#C9CACC (or 0xC9CACC) is unknown color: approx Link Water. HEX triplet: C9, CA and CC. RGB value is (201,202,204). Sum of RGB (Red+Green+Blue) = 201+202+204=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACC is #363533. Grayscale: #C9C9C9. Windows color (decimal): -3552564 or 13421257. OLE color: 13421257.

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

Color convert

RGB201202204-
CMYK0.010.0100.2
HSL220º2.86%79.41%-
HSV(B)220º1.47%80%-
XYZ56.1159.0265.56-
YUV201.93129.17127.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=33.11%
G=33.28%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012022040.010.0100.22202.8679.41
HexC9CACC11014dc34f
Octal311312314110243343117
Binary1100100111001010110011001101010011011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CACC; }

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

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

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

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

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

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

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

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