Html Css Color HEX #C1C4CA Link Water

📋 copy color: '#C1C4CA'

red 193 ◦ green 196 ◦ blue 202

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

Shades of Link Water #C1C4CA

Tints of Link Water #C1C4CA

RGB

 RED value IS 193 (75.78% from 255) = 32.66%

 GREEN value IS 196 (76.95% from 255) = 33.16%

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 32.66%
G = 33.16%
B = 34.18%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1C4CA (or 0xC1C4CA) is known color: Link Water. HEX triplet: C1, C4 and CA. RGB value is (193,196,202). Sum of RGB (Red+Green+Blue) = 193+196+202=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C4CA is #3E3B35. Grayscale: #C3C3C3. Windows color (decimal): -4078390 or 13288641. OLE color: 13288641.

HSL color Cylindrical-coordinate representation of color #C1C4CA: hue angle of 220º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1C4CA is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 196 202 -
CMYK 0.04 0.03 0 0.21
HSL 220º 0.08% 0.77% -
HSV(B) 220º 0.04% 0.79% -
XYZ 52.39 55.08 63.75 -
YUV 195.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 193 196 202 0.04 0.03 0 0.21 220 0.08 0.77
Hex C1 C4 CA 4 3 0 15 DC 8 4D
Octal 301 304 312 4 3 0 25 334 10 115
Binary 11000001 11000100 11001010 100 11 0 10101 11011100 1000 1001101

Color Harmonies of #C1C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C4CA

Black with #C1C4CA

Text Example


Text Example

White with #C1C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C4CA; }

 p { color: rgb(193,196,202); }

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

background-color css

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

 a { background-color: rgb(193,196,202); }

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

border-color css

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

 span { border-color: rgb(193,196,202); }

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