Html Css Color HEX #C2C6CD Link Water

📋 copy color: '#C2C6CD'

red 194 ◦ green 198 ◦ blue 205

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

Shades of Link Water #C2C6CD

Tints of Link Water #C2C6CD

RGB

 RED value IS 194 (76.17% from 255) = 32.5%

 GREEN value IS 198 (77.73% from 255) = 33.17%

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

R = 32.5%
G = 33.17%
B = 34.34%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2C6CD (or 0xC2C6CD) is known color: Link Water. HEX triplet: C2, C6 and CD. RGB value is (194,198,205). Sum of RGB (Red+Green+Blue) = 194+198+205=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6CD is #3D3932. Grayscale: #C5C5C5. Windows color (decimal): -4012339 or 13485762. OLE color: 13485762.

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

Color convert

RGB 194 198 205 -
CMYK 0.05 0.03 0 0.20
HSL 218.18º 0.1% 0.78% -
HSV(B) 218.18º 0.05% 0.8% -
XYZ 53.46 56.27 65.8 -
YUV 197.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 194 198 205 0.05 0.03 0 0.20 218.18 0.1 0.78
Hex C2 C6 CD 5 3 0 14 DA A 4E
Octal 302 306 315 5 3 0 24 332 12 116
Binary 11000010 11000110 11001101 101 11 0 10100 11011010 1010 1001110

Color Harmonies of #C2C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C6CD

Black with #C2C6CD

Text Example


Text Example

White with #C2C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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