Html Css Color HEX #C9CBCF Link Water

📋 copy color: '#C9CBCF'

red 201 ◦ green 203 ◦ blue 207

#C9CBCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #C9CBCF

Tints of Link Water #C9CBCF

RGB

 RED value IS 201 (78.91% from 255) = 32.9%

 GREEN value IS 203 (79.69% from 255) = 33.22%

 BLUE value IS 207 (81.25% from 255) = 33.88%

R = 32.9%
G = 33.22%
B = 33.88%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9CBCF (or 0xC9CBCF) is known color: Link Water. HEX triplet: C9, CB and CF. RGB value is (201,203,207). Sum of RGB (Red+Green+Blue) = 201+203+207=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBCF is #363430. Grayscale: #CACACA. Windows color (decimal): -3552305 or 13618121. OLE color: 13618121.

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

Color convert

RGB 201 203 207 -
CMYK 0.03 0.02 0 0.19
HSL 220º 0.06% 0.8% -
HSV(B) 220º 0.03% 0.81% -
XYZ 56.71 59.63 67.55 -
YUV 202.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 201 203 207 0.03 0.02 0 0.19 220 0.06 0.8
Hex C9 CB CF 3 2 0 13 DC 6 50
Octal 311 313 317 3 2 0 23 334 6 120
Binary 11001001 11001011 11001111 11 10 0 10011 11011100 110 1010000

Color Harmonies of #C9CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBCF

Black with #C9CBCF

Text Example


Text Example

White with #C9CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBCF; }

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

 H1.HeaderClassName
 {
   color: #C9CBCF;
 }
 .AnyTagClassName
 {
   color: #C9CBCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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