#C9CBCD

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

Shades of Link Water #C9CBCD

Tints of Link Water #C9CBCD

Color information

#C9CBCD (or 0xC9CBCD) is unknown color: approx Link Water. HEX triplet: C9, CB and CD. RGB value is (201,203,205). Sum of RGB (Red+Green+Blue) = 201+203+205=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBCD is #363432. Grayscale: #CACACA. Windows color (decimal): -3552307 or 13487049. OLE color: 13487049.

HSL color Cylindrical-coordinate representation of color #C9CBCD: hue angle of 210º 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 #C9CBCD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201203205-
CMYK0.020.0100.20
HSL210º3.85%79.61%-
HSV(B)210º1.95%80.39%-
XYZ56.4659.5466.27-
YUV202.63129.34126.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=33.00%
G=33.33%
B=33.66%

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
Decimal2012032050.020.0100.202103.8579.61
HexC9CBCD21014d2450
Octal311313315210243224120
Binary110010011100101111001101101010100110100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBCD; }

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

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

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

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

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

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

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

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