Html Css Color HEX #C6C9CD Link Water

📋 copy color: '#C6C9CD'

red 198 ◦ green 201 ◦ blue 205

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

Shades of Link Water #C6C9CD

Tints of Link Water #C6C9CD

RGB

 RED value IS 198 (77.73% from 255) = 32.78%

 GREEN value IS 201 (78.91% from 255) = 33.28%

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 32.78%
G = 33.28%
B = 33.94%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6C9CD (or 0xC6C9CD) is known color: Link Water. HEX triplet: C6, C9 and CD. RGB value is (198,201,205). Sum of RGB (Red+Green+Blue) = 198+201+205=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C9CD is #393632. Grayscale: #C8C8C8. Windows color (decimal): -3749427 or 13486534. OLE color: 13486534.

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

Color convert

RGB 198 201 205 -
CMYK 0.03 0.02 0 0.20
HSL 214.29º 0.07% 0.79% -
HSV(B) 214.29º 0.03% 0.8% -
XYZ 55.19 58.19 66.08 -
YUV 200.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 198 201 205 0.03 0.02 0 0.20 214.29 0.07 0.79
Hex C6 C9 CD 3 2 0 14 D6 7 4F
Octal 306 311 315 3 2 0 24 326 7 117
Binary 11000110 11001001 11001101 11 10 0 10100 11010110 111 1001111

Color Harmonies of #C6C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C9CD

Black with #C6C9CD

Text Example


Text Example

White with #C6C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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