Html Css Color HEX #C3C5CA Link Water

📋 copy color: '#C3C5CA'

red 195 ◦ green 197 ◦ blue 202

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

Shades of Link Water #C3C5CA

Tints of Link Water #C3C5CA

RGB

 RED value IS 195 (76.56% from 255) = 32.83%

 GREEN value IS 197 (77.34% from 255) = 33.16%

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

R = 32.83%
G = 33.16%
B = 34.01%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C3C5CA (or 0xC3C5CA) is known color: Link Water. HEX triplet: C3, C5 and CA. RGB value is (195,197,202). Sum of RGB (Red+Green+Blue) = 195+197+202=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5CA is #3C3A35. Grayscale: #C4C4C4. Windows color (decimal): -3947062 or 13288899. OLE color: 13288899.

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

Color convert

RGB 195 197 202 -
CMYK 0.03 0.02 0 0.21
HSL 222.86º 0.06% 0.78% -
HSV(B) 222.86º 0.03% 0.79% -
XYZ 53.13 55.8 63.85 -
YUV 196.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 195 197 202 0.03 0.02 0 0.21 222.86 0.06 0.78
Hex C3 C5 CA 3 2 0 15 DF 6 4E
Octal 303 305 312 3 2 0 25 337 6 116
Binary 11000011 11000101 11001010 11 10 0 10101 11011111 110 1001110

Color Harmonies of #C3C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C5CA

Black with #C3C5CA

Text Example


Text Example

White with #C3C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C5CA; }

 p { color: rgb(195,197,202); }

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

background-color css

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

 a { background-color: rgb(195,197,202); }

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

border-color css

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

 span { border-color: rgb(195,197,202); }

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