Html Css Color HEX #C9CDCF Link Water

📋 copy color: '#C9CDCF'

red 201 ◦ green 205 ◦ blue 207

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

Shades of Link Water #C9CDCF

Tints of Link Water #C9CDCF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.44%

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

R = 32.79%
G = 33.44%
B = 33.77%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9CDCF (or 0xC9CDCF) is known color: Link Water. HEX triplet: C9, CD and CF. RGB value is (201,205,207). Sum of RGB (Red+Green+Blue) = 201+205+207=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDCF is #363230. Grayscale: #CCCCCC. Windows color (decimal): -3551793 or 13618633. OLE color: 13618633.

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

Color convert

RGB 201 205 207 -
CMYK 0.03 0.01 0 0.19
HSL 200º 0.06% 0.8% -
HSV(B) 200º 0.03% 0.81% -
XYZ 57.18 60.59 67.71 -
YUV 204.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 201 205 207 0.03 0.01 0 0.19 200 0.06 0.8
Hex C9 CD CF 3 1 0 13 C8 6 50
Octal 311 315 317 3 1 0 23 310 6 120
Binary 11001001 11001101 11001111 11 1 0 10011 11001000 110 1010000

Color Harmonies of #C9CDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDCF

Black with #C9CDCF

Text Example


Text Example

White with #C9CDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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